Html Css Color HEX #C4183C Cardinal

📋 copy color: '#C4183C'

red 196 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #C4183C

Tints of Cardinal #C4183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 70%
G = 8.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4183C (or 0xC4183C) is known color: Cardinal. HEX triplet: C4, 18 and 3C. RGB value is (196,24,60). Sum of RGB (Red+Green+Blue) = 196+24+60=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4183C is #3BE7C3. Grayscale: #4F4F4F. Windows color (decimal): -3925956 or 3938500. OLE color: 3938500.

HSL color Cylindrical-coordinate representation of color #C4183C: hue angle of 347.44º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4183C is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 60 -
CMYK 0 0.88 0.69 0.23
HSL 347.44º 0.78% 0.43% -
HSV(B) 347.44º 0.88% 0.77% -
XYZ 23.91 12.72 5.47 -
YUV 79.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 196 24 60 0 0.88 0.69 0.23 347.44 0.78 0.43
Hex C4 18 3C 0 58 45 17 15B 4E 2B
Octal 304 30 74 0 130 105 27 533 116 53
Binary 11000100 11000 111100 0 1011000 1000101 10111 101011011 1001110 101011

Color Harmonies of #C4183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4183C

Black with #C4183C

Text Example


Text Example

White with #C4183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4183C; }

 p { color: rgb(196,24,60); }

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

background-color css

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

 a { background-color: rgb(196,24,60); }

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

border-color css

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

 span { border-color: rgb(196,24,60); }

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