Html Css Color HEX #BB0B38 Cardinal

📋 copy color: '#BB0B38'

red 187 ◦ green 11 ◦ blue 56

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

Shades of Cardinal #BB0B38

Tints of Cardinal #BB0B38

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 73.62%
G = 4.33%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0B38 (or 0xBB0B38) is known color: Cardinal. HEX triplet: BB, 0B and 38. RGB value is (187,11,56). Sum of RGB (Red+Green+Blue) = 187+11+56=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0B38 is #44F4C7. Grayscale: #444444. Windows color (decimal): -4519112 or 3673019. OLE color: 3673019.

HSL color Cylindrical-coordinate representation of color #BB0B38: hue angle of 344.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0B38 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 11 56 -
CMYK 0 0.94 0.70 0.27
HSL 344.66º 0.89% 0.39% -
HSV(B) 344.66º 0.94% 0.73% -
XYZ 21.33 11.09 4.76 -
YUV 68.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 187 11 56 0 0.94 0.70 0.27 344.66 0.89 0.39
Hex BB B 38 0 5E 46 1B 159 59 27
Octal 273 13 70 0 136 106 33 531 131 47
Binary 10111011 1011 111000 0 1011110 1000110 11011 101011001 1011001 100111

Color Harmonies of #BB0B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B38

Black with #BB0B38

Text Example


Text Example

White with #BB0B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B38; }

 p { color: rgb(187,11,56); }

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

background-color css

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

 a { background-color: rgb(187,11,56); }

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

border-color css

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

 span { border-color: rgb(187,11,56); }

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