Html Css Color HEX #C4232B Cardinal

📋 copy color: '#C4232B'

red 196 ◦ green 35 ◦ blue 43

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

Shades of Cardinal #C4232B

Tints of Cardinal #C4232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 71.53%
G = 12.77%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4232B (or 0xC4232B) is known color: Cardinal. HEX triplet: C4, 23 and 2B. RGB value is (196,35,43). Sum of RGB (Red+Green+Blue) = 196+35+43=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232B is #3BDCD4. Grayscale: #545454. Windows color (decimal): -3923157 or 2827204. OLE color: 2827204.

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

Color convert

RGB 196 35 43 -
CMYK 0 0.82 0.78 0.23
HSL 357.02º 0.7% 0.45% -
HSV(B) 357.02º 0.82% 0.77% -
XYZ 23.8 13.11 3.56 -
YUV 84.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 196 35 43 0 0.82 0.78 0.23 357.02 0.7 0.45
Hex C4 23 2B 0 52 4E 17 165 46 2D
Octal 304 43 53 0 122 116 27 545 106 55
Binary 11000100 100011 101011 0 1010010 1001110 10111 101100101 1000110 101101

Color Harmonies of #C4232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4232B

Black with #C4232B

Text Example


Text Example

White with #C4232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4232B; }

 p { color: rgb(196,35,43); }

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

background-color css

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

 a { background-color: rgb(196,35,43); }

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

border-color css

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

 span { border-color: rgb(196,35,43); }

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