Html Css Color HEX #BB052D Cardinal

📋 copy color: '#BB052D'

red 187 ◦ green 5 ◦ blue 45

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

Shades of Cardinal #BB052D

Tints of Cardinal #BB052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 78.9%
G = 2.11%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB052D (or 0xBB052D) is known color: Cardinal. HEX triplet: BB, 05 and 2D. RGB value is (187,5,45). Sum of RGB (Red+Green+Blue) = 187+5+45=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB052D is #44FAD2. Grayscale: #404040. Windows color (decimal): -4520659 or 2950587. OLE color: 2950587.

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

Color convert

RGB 187 5 45 -
CMYK 0 0.97 0.76 0.27
HSL 346.81º 0.95% 0.38% -
HSV(B) 346.81º 0.97% 0.73% -
XYZ 21.02 10.86 3.47 -
YUV 63.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 187 5 45 0 0.97 0.76 0.27 346.81 0.95 0.38
Hex BB 5 2D 0 61 4C 1B 15B 5F 26
Octal 273 5 55 0 141 114 33 533 137 46
Binary 10111011 101 101101 0 1100001 1001100 11011 101011011 1011111 100110

Color Harmonies of #BB052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB052D

Black with #BB052D

Text Example


Text Example

White with #BB052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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