Html Css Color HEX #BB033E Cardinal

📋 copy color: '#BB033E'

red 187 ◦ green 3 ◦ blue 62

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

Shades of Cardinal #BB033E

Tints of Cardinal #BB033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 74.21%
G = 1.19%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB033E (or 0xBB033E) is known color: Cardinal. HEX triplet: BB, 03 and 3E. RGB value is (187,3,62). Sum of RGB (Red+Green+Blue) = 187+3+62=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB033E is #44FCC1. Grayscale: #404040. Windows color (decimal): -4521154 or 4064187. OLE color: 4064187.

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

Color convert

RGB 187 3 62 -
CMYK 0 0.98 0.67 0.27
HSL 340.76º 0.97% 0.37% -
HSV(B) 340.76º 0.98% 0.73% -
XYZ 21.4 10.98 5.55 -
YUV 64.74 126.46 215.2 -
System Red Green Blue C M Y K H S L
Decimal 187 3 62 0 0.98 0.67 0.27 340.76 0.97 0.37
Hex BB 3 3E 0 62 43 1B 155 61 25
Octal 273 3 76 0 142 103 33 525 141 45
Binary 10111011 11 111110 0 1100010 1000011 11011 101010101 1100001 100101

Color Harmonies of #BB033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB033E

Black with #BB033E

Text Example


Text Example

White with #BB033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB033E; }

 p { color: rgb(187,3,62); }

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

background-color css

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

 a { background-color: rgb(187,3,62); }

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

border-color css

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

 span { border-color: rgb(187,3,62); }

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