Html Css Color HEX #BB0F44 Cardinal

📋 copy color: '#BB0F44'

red 187 ◦ green 15 ◦ blue 68

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

Shades of Cardinal #BB0F44

Tints of Cardinal #BB0F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 69.26%
G = 5.56%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB0F44 (or 0xBB0F44) is known color: Cardinal. HEX triplet: BB, 0F and 44. RGB value is (187,15,68). Sum of RGB (Red+Green+Blue) = 187+15+68=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F44 is #44F0BB. Grayscale: #484848. Windows color (decimal): -4518076 or 4460475. OLE color: 4460475.

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

Color convert

RGB 187 15 68 -
CMYK 0 0.92 0.64 0.27
HSL 341.51º 0.85% 0.4% -
HSV(B) 341.51º 0.92% 0.73% -
XYZ 21.71 11.32 6.51 -
YUV 72.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 187 15 68 0 0.92 0.64 0.27 341.51 0.85 0.4
Hex BB F 44 0 5C 40 1B 156 55 28
Octal 273 17 104 0 134 100 33 526 125 50
Binary 10111011 1111 1000100 0 1011100 1000000 11011 101010110 1010101 101000

Color Harmonies of #BB0F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F44

Black with #BB0F44

Text Example


Text Example

White with #BB0F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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