Html Css Color HEX #BB032F Cardinal

📋 copy color: '#BB032F'

red 187 ◦ green 3 ◦ blue 47

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

Shades of Cardinal #BB032F

Tints of Cardinal #BB032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 78.9%
G = 1.27%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB032F (or 0xBB032F) is known color: Cardinal. HEX triplet: BB, 03 and 2F. RGB value is (187,3,47). Sum of RGB (Red+Green+Blue) = 187+3+47=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB032F is #44FCD0. Grayscale: #3F3F3F. Windows color (decimal): -4521169 or 3081147. OLE color: 3081147.

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

Color convert

RGB 187 3 47 -
CMYK 0 0.98 0.75 0.27
HSL 345.65º 0.97% 0.37% -
HSV(B) 345.65º 0.98% 0.73% -
XYZ 21.04 10.84 3.67 -
YUV 63.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 187 3 47 0 0.98 0.75 0.27 345.65 0.97 0.37
Hex BB 3 2F 0 62 4B 1B 15A 61 25
Octal 273 3 57 0 142 113 33 532 141 45
Binary 10111011 11 101111 0 1100010 1001011 11011 101011010 1100001 100101

Color Harmonies of #BB032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB032F

Black with #BB032F

Text Example


Text Example

White with #BB032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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