Html Css Color HEX #C30032 Cardinal

📋 copy color: '#C30032'

red 195 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #C30032

Tints of Cardinal #C30032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.59%
G = 0%
B = 20.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30032 (or 0xC30032) is known color: Cardinal. HEX triplet: C3, 00 and 32. RGB value is (195,0,50). Sum of RGB (Red+Green+Blue) = 195+0+50=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C30032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30032 is #3CFFCD. Grayscale: #404040. Windows color (decimal): -3997646 or 3276995. OLE color: 3276995.

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

Color convert

RGB 195 0 50 -
CMYK 0 1 0.74 0.24
HSL 344.62º 1% 0.38% -
HSV(B) 344.62º 1% 0.76% -
XYZ 23.08 11.83 4.08 -
YUV 64.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 195 0 50 0 1 0.74 0.24 344.62 1 0.38
Hex C3 0 32 0 64 4A 18 159 64 26
Octal 303 0 62 0 144 112 30 531 144 46
Binary 11000011 0 110010 0 1100100 1001010 11000 101011001 1100100 100110

Color Harmonies of #C30032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30032

Black with #C30032

Text Example


Text Example

White with #C30032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30032; }

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

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

background-color css

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

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

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

border-color css

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

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

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