Html Css Color HEX #C30132 Cardinal

📋 copy color: '#C30132'

red 195 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #C30132

Tints of Cardinal #C30132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 79.27%
G = 0.41%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30132 (or 0xC30132) is known color: Cardinal. HEX triplet: C3, 01 and 32. RGB value is (195,1,50). Sum of RGB (Red+Green+Blue) = 195+1+50=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C30132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30132 is #3CFECD. Grayscale: #404040. Windows color (decimal): -3997390 or 3277251. OLE color: 3277251.

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

Color convert

RGB 195 1 50 -
CMYK 0 0.99 0.74 0.24
HSL 344.85º 0.99% 0.38% -
HSV(B) 344.85º 0.99% 0.76% -
XYZ 23.09 11.85 4.09 -
YUV 64.59 119.77 221.02 -
System Red Green Blue C M Y K H S L
Decimal 195 1 50 0 0.99 0.74 0.24 344.85 0.99 0.38
Hex C3 1 32 0 63 4A 18 159 63 26
Octal 303 1 62 0 143 112 30 531 143 46
Binary 11000011 1 110010 0 1100011 1001010 11000 101011001 1100011 100110

Color Harmonies of #C30132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30132

Black with #C30132

Text Example


Text Example

White with #C30132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30132; }

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

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

background-color css

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

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

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

border-color css

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

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

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