Html Css Color HEX #BB0240 Cardinal

📋 copy color: '#BB0240'

red 187 ◦ green 2 ◦ blue 64

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

Shades of Cardinal #BB0240

Tints of Cardinal #BB0240

RGB

 RED value IS 187 (73.44% from 255) = 73.91%

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 73.91%
G = 0.79%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB0240 (or 0xBB0240) is known color: Cardinal. HEX triplet: BB, 02 and 40. RGB value is (187,2,64). Sum of RGB (Red+Green+Blue) = 187+2+64=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0240 is #44FDBF. Grayscale: #404040. Windows color (decimal): -4521408 or 4195003. OLE color: 4195003.

HSL color Cylindrical-coordinate representation of color #BB0240: hue angle of 339.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0240 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 64 -
CMYK 0 0.99 0.66 0.27
HSL 339.89º 0.98% 0.37% -
HSV(B) 339.89º 0.99% 0.73% -
XYZ 21.44 10.98 5.84 -
YUV 64.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 187 2 64 0 0.99 0.66 0.27 339.89 0.98 0.37
Hex BB 2 40 0 63 42 1B 154 62 25
Octal 273 2 100 0 143 102 33 524 142 45
Binary 10111011 10 1000000 0 1100011 1000010 11011 101010100 1100010 100101

Color Harmonies of #BB0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0240

Black with #BB0240

Text Example


Text Example

White with #BB0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0240; }

 p { color: rgb(187,2,64); }

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

background-color css

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

 a { background-color: rgb(187,2,64); }

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

border-color css

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

 span { border-color: rgb(187,2,64); }

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