Html Css Color HEX #BB0538 Cardinal

📋 copy color: '#BB0538'

red 187 ◦ green 5 ◦ blue 56

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

Shades of Cardinal #BB0538

Tints of Cardinal #BB0538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 75.4%
G = 2.02%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0538 (or 0xBB0538) is known color: Cardinal. HEX triplet: BB, 05 and 38. RGB value is (187,5,56). Sum of RGB (Red+Green+Blue) = 187+5+56=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0538 is #44FAC7. Grayscale: #414141. Windows color (decimal): -4520648 or 3671483. OLE color: 3671483.

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

Color convert

RGB 187 5 56 -
CMYK 0 0.97 0.70 0.27
HSL 343.19º 0.95% 0.38% -
HSV(B) 343.19º 0.97% 0.73% -
XYZ 21.26 10.96 4.74 -
YUV 65.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 187 5 56 0 0.97 0.70 0.27 343.19 0.95 0.38
Hex BB 5 38 0 61 46 1B 157 5F 26
Octal 273 5 70 0 141 106 33 527 137 46
Binary 10111011 101 111000 0 1100001 1000110 11011 101010111 1011111 100110

Color Harmonies of #BB0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0538

Black with #BB0538

Text Example


Text Example

White with #BB0538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0538; }

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

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

background-color css

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

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

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

border-color css

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

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

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