Html Css Color HEX #C4052F Cardinal

📋 copy color: '#C4052F'

red 196 ◦ green 5 ◦ blue 47

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

Shades of Cardinal #C4052F

Tints of Cardinal #C4052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 79.03%
G = 2.02%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4052F (or 0xC4052F) is known color: Cardinal. HEX triplet: C4, 05 and 2F. RGB value is (196,5,47). Sum of RGB (Red+Green+Blue) = 196+5+47=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C4052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4052F is #3BFAD0. Grayscale: #424242. Windows color (decimal): -3930833 or 3081668. OLE color: 3081668.

HSL color Cylindrical-coordinate representation of color #C4052F: hue angle of 346.81º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4052F is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 47 -
CMYK 0 0.97 0.76 0.23
HSL 346.81º 0.95% 0.39% -
HSV(B) 346.81º 0.97% 0.77% -
XYZ 23.33 12.05 3.79 -
YUV 66.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 196 5 47 0 0.97 0.76 0.23 346.81 0.95 0.39
Hex C4 5 2F 0 61 4C 17 15B 5F 27
Octal 304 5 57 0 141 114 27 533 137 47
Binary 11000100 101 101111 0 1100001 1001100 10111 101011011 1011111 100111

Color Harmonies of #C4052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4052F

Black with #C4052F

Text Example


Text Example

White with #C4052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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