Html Css Color HEX #CB0A49 Crimson

📋 copy color: '#CB0A49'

red 203 ◦ green 10 ◦ blue 73

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

Shades of Crimson #CB0A49

Tints of Crimson #CB0A49

RGB

 RED value IS 203 (79.69% from 255) = 70.98%

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 70.98%
G = 3.5%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB0A49 (or 0xCB0A49) is known color: Crimson. HEX triplet: CB, 0A and 49. RGB value is (203,10,73). Sum of RGB (Red+Green+Blue) = 203+10+73=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A49 is #34F5B6. Grayscale: #4A4A4A. Windows color (decimal): -3470775 or 4786891. OLE color: 4786891.

HSL color Cylindrical-coordinate representation of color #CB0A49: hue angle of 340.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A49 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 10 73 -
CMYK 0 0.95 0.64 0.20
HSL 340.41º 0.91% 0.42% -
HSV(B) 340.41º 0.95% 0.8% -
XYZ 25.94 13.39 7.52 -
YUV 74.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 203 10 73 0 0.95 0.64 0.20 340.41 0.91 0.42
Hex CB A 49 0 5F 40 14 154 5B 2A
Octal 313 12 111 0 137 100 24 524 133 52
Binary 11001011 1010 1001001 0 1011111 1000000 10100 101010100 1011011 101010

Color Harmonies of #CB0A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A49

Black with #CB0A49

Text Example


Text Example

White with #CB0A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A49; }

 p { color: rgb(203,10,73); }

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

background-color css

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

 a { background-color: rgb(203,10,73); }

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

border-color css

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

 span { border-color: rgb(203,10,73); }

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