Html Css Color HEX #C30432 Cardinal

📋 copy color: '#C30432'

red 195 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #C30432

Tints of Cardinal #C30432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 78.31%
G = 1.61%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30432 (or 0xC30432) is known color: Cardinal. HEX triplet: C3, 04 and 32. RGB value is (195,4,50). Sum of RGB (Red+Green+Blue) = 195+4+50=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C30432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30432 is #3CFBCD. Grayscale: #424242. Windows color (decimal): -3996622 or 3278019. OLE color: 3278019.

HSL color Cylindrical-coordinate representation of color #C30432: hue angle of 345.55º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30432 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 50 -
CMYK 0 0.98 0.74 0.24
HSL 345.55º 0.96% 0.39% -
HSV(B) 345.55º 0.98% 0.76% -
XYZ 23.12 11.92 4.1 -
YUV 66.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 195 4 50 0 0.98 0.74 0.24 345.55 0.96 0.39
Hex C3 4 32 0 62 4A 18 15A 60 27
Octal 303 4 62 0 142 112 30 532 140 47
Binary 11000011 100 110010 0 1100010 1001010 11000 101011010 1100000 100111

Color Harmonies of #C30432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30432

Black with #C30432

Text Example


Text Example

White with #C30432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30432; }

 p { color: rgb(195,4,50); }

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

background-color css

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

 a { background-color: rgb(195,4,50); }

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

border-color css

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

 span { border-color: rgb(195,4,50); }

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