Html Css Color HEX #C30832 Cardinal

📋 copy color: '#C30832'

red 195 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #C30832

Tints of Cardinal #C30832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 77.08%
G = 3.16%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30832 (or 0xC30832) is known color: Cardinal. HEX triplet: C3, 08 and 32. RGB value is (195,8,50). Sum of RGB (Red+Green+Blue) = 195+8+50=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C30832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30832 is #3CF7CD. Grayscale: #444444. Windows color (decimal): -3995598 or 3279043. OLE color: 3279043.

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

Color convert

RGB 195 8 50 -
CMYK 0 0.96 0.74 0.24
HSL 346.52º 0.92% 0.4% -
HSV(B) 346.52º 0.96% 0.76% -
XYZ 23.17 12.01 4.11 -
YUV 68.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 195 8 50 0 0.96 0.74 0.24 346.52 0.92 0.4
Hex C3 8 32 0 60 4A 18 15B 5C 28
Octal 303 10 62 0 140 112 30 533 134 50
Binary 11000011 1000 110010 0 1100000 1001010 11000 101011011 1011100 101000

Color Harmonies of #C30832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30832

Black with #C30832

Text Example


Text Example

White with #C30832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30832; }

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

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

background-color css

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

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

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

border-color css

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

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

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