Html Css Color HEX #BB023F Cardinal

📋 copy color: '#BB023F'

red 187 ◦ green 2 ◦ blue 63

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

Shades of Cardinal #BB023F

Tints of Cardinal #BB023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 74.21%
G = 0.79%
B = 25%

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

#BB023F (or 0xBB023F) is known color: Cardinal. HEX triplet: BB, 02 and 3F. RGB value is (187,2,63). Sum of RGB (Red+Green+Blue) = 187+2+63=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB023F is #44FDC0. Grayscale: #404040. Windows color (decimal): -4521409 or 4129467. OLE color: 4129467.

HSL color Cylindrical-coordinate representation of color #BB023F: hue angle of 340.22º 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 #BB023F is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 63 -
CMYK 0 0.99 0.66 0.27
HSL 340.22º 0.98% 0.37% -
HSV(B) 340.22º 0.99% 0.73% -
XYZ 21.41 10.97 5.69 -
YUV 64.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 187 2 63 0 0.99 0.66 0.27 340.22 0.98 0.37
Hex BB 2 3F 0 63 42 1B 154 62 25
Octal 273 2 77 0 143 102 33 524 142 45
Binary 10111011 10 111111 0 1100011 1000010 11011 101010100 1100010 100101

Color Harmonies of #BB023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB023F

Black with #BB023F

Text Example


Text Example

White with #BB023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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