Html Css Color HEX #C4083B Cardinal

📋 copy color: '#C4083B'

red 196 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #C4083B

Tints of Cardinal #C4083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 74.52%
G = 3.04%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4083B (or 0xC4083B) is known color: Cardinal. HEX triplet: C4, 08 and 3B. RGB value is (196,8,59). Sum of RGB (Red+Green+Blue) = 196+8+59=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4083B is #3BF7C4. Grayscale: #464646. Windows color (decimal): -3930053 or 3868868. OLE color: 3868868.

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

Color convert

RGB 196 8 59 -
CMYK 0 0.96 0.70 0.23
HSL 343.72º 0.92% 0.4% -
HSV(B) 343.72º 0.96% 0.77% -
XYZ 23.64 12.23 5.25 -
YUV 70.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 196 8 59 0 0.96 0.70 0.23 343.72 0.92 0.4
Hex C4 8 3B 0 60 46 17 158 5C 28
Octal 304 10 73 0 140 106 27 530 134 50
Binary 11000100 1000 111011 0 1100000 1000110 10111 101011000 1011100 101000

Color Harmonies of #C4083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4083B

Black with #C4083B

Text Example


Text Example

White with #C4083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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