Html Css Color HEX #CA0832 Crimson

📋 copy color: '#CA0832'

red 202 ◦ green 8 ◦ blue 50

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

Shades of Crimson #CA0832

Tints of Crimson #CA0832

RGB

 RED value IS 202 (79.3% from 255) = 77.69%

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

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

R = 77.69%
G = 3.08%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA0832 (or 0xCA0832) is known color: Crimson. HEX triplet: CA, 08 and 32. RGB value is (202,8,50). Sum of RGB (Red+Green+Blue) = 202+8+50=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0832 is #35F7CD. Grayscale: #464646. Windows color (decimal): -3536846 or 3279050. OLE color: 3279050.

HSL color Cylindrical-coordinate representation of color #CA0832: hue angle of 347.01º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0832 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 50 -
CMYK 0 0.96 0.75 0.21
HSL 347.01º 0.92% 0.41% -
HSV(B) 347.01º 0.96% 0.79% -
XYZ 25.02 12.96 4.2 -
YUV 70.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 202 8 50 0 0.96 0.75 0.21 347.01 0.92 0.41
Hex CA 8 32 0 60 4B 15 15B 5C 29
Octal 312 10 62 0 140 113 25 533 134 51
Binary 11001010 1000 110010 0 1100000 1001011 10101 101011011 1011100 101001

Color Harmonies of #CA0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0832

Black with #CA0832

Text Example


Text Example

White with #CA0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0832; }

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

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

background-color css

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

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

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

border-color css

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

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

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