Html Css Color HEX #BB0F43 Cardinal

📋 copy color: '#BB0F43'

red 187 ◦ green 15 ◦ blue 67

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

Shades of Cardinal #BB0F43

Tints of Cardinal #BB0F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 69.52%
G = 5.58%
B = 24.91%

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

#BB0F43 (or 0xBB0F43) is known color: Cardinal. HEX triplet: BB, 0F and 43. RGB value is (187,15,67). Sum of RGB (Red+Green+Blue) = 187+15+67=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F43 is #44F0BC. Grayscale: #484848. Windows color (decimal): -4518077 or 4394939. OLE color: 4394939.

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

Color convert

RGB 187 15 67 -
CMYK 0 0.92 0.64 0.27
HSL 341.86º 0.85% 0.4% -
HSV(B) 341.86º 0.92% 0.73% -
XYZ 21.68 11.31 6.35 -
YUV 72.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 187 15 67 0 0.92 0.64 0.27 341.86 0.85 0.4
Hex BB F 43 0 5C 40 1B 156 55 28
Octal 273 17 103 0 134 100 33 526 125 50
Binary 10111011 1111 1000011 0 1011100 1000000 11011 101010110 1010101 101000

Color Harmonies of #BB0F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F43

Black with #BB0F43

Text Example


Text Example

White with #BB0F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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