Html Css Color HEX #BB0F46 Cardinal

📋 copy color: '#BB0F46'

red 187 ◦ green 15 ◦ blue 70

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

Shades of Cardinal #BB0F46

Tints of Cardinal #BB0F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 68.75%
G = 5.51%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB0F46 (or 0xBB0F46) is known color: Cardinal. HEX triplet: BB, 0F and 46. RGB value is (187,15,70). Sum of RGB (Red+Green+Blue) = 187+15+70=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F46 is #44F0B9. Grayscale: #484848. Windows color (decimal): -4518074 or 4591547. OLE color: 4591547.

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

Color convert

RGB 187 15 70 -
CMYK 0 0.92 0.63 0.27
HSL 340.81º 0.85% 0.4% -
HSV(B) 340.81º 0.92% 0.73% -
XYZ 21.77 11.35 6.84 -
YUV 72.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 187 15 70 0 0.92 0.63 0.27 340.81 0.85 0.4
Hex BB F 46 0 5C 3F 1B 155 55 28
Octal 273 17 106 0 134 77 33 525 125 50
Binary 10111011 1111 1000110 0 1011100 111111 11011 101010101 1010101 101000

Color Harmonies of #BB0F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F46

Black with #BB0F46

Text Example


Text Example

White with #BB0F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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