Html Css Color HEX #CA0B3B Crimson

📋 copy color: '#CA0B3B'

red 202 ◦ green 11 ◦ blue 59

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

Shades of Crimson #CA0B3B

Tints of Crimson #CA0B3B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.04%

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 74.26%
G = 4.04%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA0B3B (or 0xCA0B3B) is known color: Crimson. HEX triplet: CA, 0B and 3B. RGB value is (202,11,59). Sum of RGB (Red+Green+Blue) = 202+11+59=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0B3B is #35F4C4. Grayscale: #494949. Windows color (decimal): -3536069 or 3869642. OLE color: 3869642.

HSL color Cylindrical-coordinate representation of color #CA0B3B: hue angle of 344.92º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B3B is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 11 59 -
CMYK 0 0.95 0.71 0.21
HSL 344.92º 0.9% 0.42% -
HSV(B) 344.92º 0.95% 0.79% -
XYZ 25.27 13.11 5.34 -
YUV 73.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 202 11 59 0 0.95 0.71 0.21 344.92 0.9 0.42
Hex CA B 3B 0 5F 47 15 159 5A 2A
Octal 312 13 73 0 137 107 25 531 132 52
Binary 11001010 1011 111011 0 1011111 1000111 10101 101011001 1011010 101010

Color Harmonies of #CA0B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0B3B

Black with #CA0B3B

Text Example


Text Example

White with #CA0B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0B3B; }

 p { color: rgb(202,11,59); }

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

background-color css

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

 a { background-color: rgb(202,11,59); }

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

border-color css

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

 span { border-color: rgb(202,11,59); }

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