Html Css Color HEX #C00332 Cardinal

📋 copy color: '#C00332'

red 192 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #C00332

Tints of Cardinal #C00332

RGB

 RED value IS 192 (75.39% from 255) = 78.37%

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 78.37%
G = 1.22%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C00332 (or 0xC00332) is known color: Cardinal. HEX triplet: C0, 03 and 32. RGB value is (192,3,50). Sum of RGB (Red+Green+Blue) = 192+3+50=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C00332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00332 is #3FFCCD. Grayscale: #404040. Windows color (decimal): -4193486 or 3277760. OLE color: 3277760.

HSL color Cylindrical-coordinate representation of color #C00332: hue angle of 345.08º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00332 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 50 -
CMYK 0 0.98 0.74 0.25
HSL 345.08º 0.97% 0.38% -
HSV(B) 345.08º 0.98% 0.75% -
XYZ 22.35 11.5 4.06 -
YUV 64.87 119.62 218.68 -
System Red Green Blue C M Y K H S L
Decimal 192 3 50 0 0.98 0.74 0.25 345.08 0.97 0.38
Hex C0 3 32 0 62 4A 19 159 61 26
Octal 300 3 62 0 142 112 31 531 141 46
Binary 11000000 11 110010 0 1100010 1001010 11001 101011001 1100001 100110

Color Harmonies of #C00332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00332

Black with #C00332

Text Example


Text Example

White with #C00332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00332; }

 p { color: rgb(192,3,50); }

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

background-color css

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

 a { background-color: rgb(192,3,50); }

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

border-color css

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

 span { border-color: rgb(192,3,50); }

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