Html Css Color HEX #C4183A Cardinal

📋 copy color: '#C4183A'

red 196 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #C4183A

Tints of Cardinal #C4183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 70.5%
G = 8.63%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4183A (or 0xC4183A) is known color: Cardinal. HEX triplet: C4, 18 and 3A. RGB value is (196,24,58). Sum of RGB (Red+Green+Blue) = 196+24+58=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C4183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4183A is #3BE7C5. Grayscale: #4F4F4F. Windows color (decimal): -3925958 or 3807428. OLE color: 3807428.

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

Color convert

RGB 196 24 58 -
CMYK 0 0.88 0.70 0.23
HSL 348.14º 0.78% 0.43% -
HSV(B) 348.14º 0.88% 0.77% -
XYZ 23.86 12.69 5.2 -
YUV 79.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 196 24 58 0 0.88 0.70 0.23 348.14 0.78 0.43
Hex C4 18 3A 0 58 46 17 15C 4E 2B
Octal 304 30 72 0 130 106 27 534 116 53
Binary 11000100 11000 111010 0 1011000 1000110 10111 101011100 1001110 101011

Color Harmonies of #C4183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4183A

Black with #C4183A

Text Example


Text Example

White with #C4183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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