Html Css Color HEX #BB0F2D Cardinal

📋 copy color: '#BB0F2D'

red 187 ◦ green 15 ◦ blue 45

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

Shades of Cardinal #BB0F2D

Tints of Cardinal #BB0F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

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

R = 75.71%
G = 6.07%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB0F2D (or 0xBB0F2D) is known color: Cardinal. HEX triplet: BB, 0F and 2D. RGB value is (187,15,45). Sum of RGB (Red+Green+Blue) = 187+15+45=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F2D is #44F0D2. Grayscale: #454545. Windows color (decimal): -4518099 or 2953147. OLE color: 2953147.

HSL color Cylindrical-coordinate representation of color #BB0F2D: hue angle of 349.53º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F2D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 45 -
CMYK 0 0.92 0.76 0.27
HSL 349.53º 0.85% 0.4% -
HSV(B) 349.53º 0.92% 0.73% -
XYZ 21.14 11.1 3.51 -
YUV 69.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 187 15 45 0 0.92 0.76 0.27 349.53 0.85 0.4
Hex BB F 2D 0 5C 4C 1B 15E 55 28
Octal 273 17 55 0 134 114 33 536 125 50
Binary 10111011 1111 101101 0 1011100 1001100 11011 101011110 1010101 101000

Color Harmonies of #BB0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F2D

Black with #BB0F2D

Text Example


Text Example

White with #BB0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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