Html Css Color HEX #C3232B Cardinal

📋 copy color: '#C3232B'

red 195 ◦ green 35 ◦ blue 43

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

Shades of Cardinal #C3232B

Tints of Cardinal #C3232B

RGB

 RED value IS 195 (76.56% from 255) = 71.43%

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

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

R = 71.43%
G = 12.82%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3232B (or 0xC3232B) is known color: Cardinal. HEX triplet: C3, 23 and 2B. RGB value is (195,35,43). Sum of RGB (Red+Green+Blue) = 195+35+43=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3232B is #3CDCD4. Grayscale: #535353. Windows color (decimal): -3988693 or 2827203. OLE color: 2827203.

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

Color convert

RGB 195 35 43 -
CMYK 0 0.82 0.78 0.24
HSL 357º 0.7% 0.45% -
HSV(B) 357º 0.82% 0.76% -
XYZ 23.54 12.98 3.55 -
YUV 83.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 195 35 43 0 0.82 0.78 0.24 357 0.7 0.45
Hex C3 23 2B 0 52 4E 18 165 46 2D
Octal 303 43 53 0 122 116 30 545 106 55
Binary 11000011 100011 101011 0 1010010 1001110 11000 101100101 1000110 101101

Color Harmonies of #C3232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3232B

Black with #C3232B

Text Example


Text Example

White with #C3232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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