Html Css Color HEX #C32330 Cardinal

📋 copy color: '#C32330'

red 195 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #C32330

Tints of Cardinal #C32330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 70.14%
G = 12.59%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C32330 (or 0xC32330) is known color: Cardinal. HEX triplet: C3, 23 and 30. RGB value is (195,35,48). Sum of RGB (Red+Green+Blue) = 195+35+48=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C32330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32330 is #3CDCCF. Grayscale: #545454. Windows color (decimal): -3988688 or 3154883. OLE color: 3154883.

HSL color Cylindrical-coordinate representation of color #C32330: hue angle of 355.12º 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 #C32330 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 48 -
CMYK 0 0.82 0.75 0.24
HSL 355.13º 0.7% 0.45% -
HSV(B) 355.13º 0.82% 0.76% -
XYZ 23.64 13.02 4.06 -
YUV 84.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 195 35 48 0 0.82 0.75 0.24 355.13 0.7 0.45
Hex C3 23 30 0 52 4B 18 163 46 2D
Octal 303 43 60 0 122 113 30 543 106 55
Binary 11000011 100011 110000 0 1010010 1001011 11000 101100011 1000110 101101

Color Harmonies of #C32330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32330

Black with #C32330

Text Example


Text Example

White with #C32330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32330; }

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

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

background-color css

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

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

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

border-color css

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

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

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