Html Css Color HEX #BB052F Cardinal

📋 copy color: '#BB052F'

red 187 ◦ green 5 ◦ blue 47

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

Shades of Cardinal #BB052F

Tints of Cardinal #BB052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 78.24%
G = 2.09%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB052F (or 0xBB052F) is known color: Cardinal. HEX triplet: BB, 05 and 2F. RGB value is (187,5,47). Sum of RGB (Red+Green+Blue) = 187+5+47=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB052F is #44FAD0. Grayscale: #404040. Windows color (decimal): -4520657 or 3081659. OLE color: 3081659.

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

Color convert

RGB 187 5 47 -
CMYK 0 0.97 0.75 0.27
HSL 346.15º 0.95% 0.38% -
HSV(B) 346.15º 0.97% 0.73% -
XYZ 21.06 10.88 3.68 -
YUV 64.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 187 5 47 0 0.97 0.75 0.27 346.15 0.95 0.38
Hex BB 5 2F 0 61 4B 1B 15A 5F 26
Octal 273 5 57 0 141 113 33 532 137 46
Binary 10111011 101 101111 0 1100001 1001011 11011 101011010 1011111 100110

Color Harmonies of #BB052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB052F

Black with #BB052F

Text Example


Text Example

White with #BB052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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