Html Css Color HEX #C4082E Cardinal

📋 copy color: '#C4082E'

red 196 ◦ green 8 ◦ blue 46

#C4082E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C4082E

Tints of Cardinal #C4082E

RGB

 RED value IS 196 (76.95% from 255) = 78.4%

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 78.4%
G = 3.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C4082E (or 0xC4082E) is known color: Cardinal. HEX triplet: C4, 08 and 2E. RGB value is (196,8,46). Sum of RGB (Red+Green+Blue) = 196+8+46=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C4082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4082E is #3BF7D1. Grayscale: #444444. Windows color (decimal): -3930066 or 3016900. OLE color: 3016900.

HSL color Cylindrical-coordinate representation of color #C4082E: hue angle of 347.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4082E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 46 -
CMYK 0 0.96 0.77 0.23
HSL 347.87º 0.92% 0.4% -
HSV(B) 347.87º 0.96% 0.77% -
XYZ 23.34 12.11 3.69 -
YUV 68.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 196 8 46 0 0.96 0.77 0.23 347.87 0.92 0.4
Hex C4 8 2E 0 60 4D 17 15C 5C 28
Octal 304 10 56 0 140 115 27 534 134 50
Binary 11000100 1000 101110 0 1100000 1001101 10111 101011100 1011100 101000

Color Harmonies of #C4082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4082E

Black with #C4082E

Text Example


Text Example

White with #C4082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4082E; }

 p { color: rgb(196,8,46); }

 H1.HeaderClassName
 {
   color: #C4082E;
 }
 .AnyTagClassName
 {
   color: #C4082E;
 }
</style>

background-color css

<style>
 a { background-color: #C4082E; }

 a { background-color: rgb(196,8,46); }

 div.DivClassName
 {
   background-color: #C4082E;
 }
 .BgClassName
 {
   background-color: #C4082E;
 }
</style>

border-color css

<style>
 span { border-color: #C4082E; }

 span { border-color: rgb(196,8,46); }

 td.TdClassName
 {
   border-color: #C4082E;
 }
 .TagClassName
 {
   border-color: #C4082E;
 }
</style>