Html Css Color HEX #CB0B46 Crimson

📋 copy color: '#CB0B46'

red 203 ◦ green 11 ◦ blue 70

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

Shades of Crimson #CB0B46

Tints of Crimson #CB0B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 71.48%
G = 3.87%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB0B46 (or 0xCB0B46) is known color: Crimson. HEX triplet: CB, 0B and 46. RGB value is (203,11,70). Sum of RGB (Red+Green+Blue) = 203+11+70=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B46 is #34F4B9. Grayscale: #4B4B4B. Windows color (decimal): -3470522 or 4590539. OLE color: 4590539.

HSL color Cylindrical-coordinate representation of color #CB0B46: hue angle of 341.56º degrees, saturation: 0.9, 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 #CB0B46 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 11 70 -
CMYK 0 0.95 0.66 0.20
HSL 341.56º 0.9% 0.42% -
HSV(B) 341.56º 0.95% 0.8% -
XYZ 25.85 13.38 7.01 -
YUV 75.13 125.11 219.2 -
System Red Green Blue C M Y K H S L
Decimal 203 11 70 0 0.95 0.66 0.20 341.56 0.9 0.42
Hex CB B 46 0 5F 42 14 156 5A 2A
Octal 313 13 106 0 137 102 24 526 132 52
Binary 11001011 1011 1000110 0 1011111 1000010 10100 101010110 1011010 101010

Color Harmonies of #CB0B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0B46

Black with #CB0B46

Text Example


Text Example

White with #CB0B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0B46; }

 p { color: rgb(203,11,70); }

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

background-color css

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

 a { background-color: rgb(203,11,70); }

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

border-color css

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

 span { border-color: rgb(203,11,70); }

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