Html Css Color HEX #C4082F Cardinal

📋 copy color: '#C4082F'

red 196 ◦ green 8 ◦ blue 47

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

Shades of Cardinal #C4082F

Tints of Cardinal #C4082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 78.09%
G = 3.19%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4082F (or 0xC4082F) is known color: Cardinal. HEX triplet: C4, 08 and 2F. RGB value is (196,8,47). Sum of RGB (Red+Green+Blue) = 196+8+47=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C4082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4082F is #3BF7D0. Grayscale: #444444. Windows color (decimal): -3930065 or 3082436. OLE color: 3082436.

HSL color Cylindrical-coordinate representation of color #C4082F: hue angle of 347.55º 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 #C4082F is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 47 -
CMYK 0 0.96 0.76 0.23
HSL 347.55º 0.92% 0.4% -
HSV(B) 347.55º 0.96% 0.77% -
XYZ 23.36 12.11 3.8 -
YUV 68.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 196 8 47 0 0.96 0.76 0.23 347.55 0.92 0.4
Hex C4 8 2F 0 60 4C 17 15C 5C 28
Octal 304 10 57 0 140 114 27 534 134 50
Binary 11000100 1000 101111 0 1100000 1001100 10111 101011100 1011100 101000

Color Harmonies of #C4082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4082F

Black with #C4082F

Text Example


Text Example

White with #C4082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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