Html Css Color HEX #BB0534 Cardinal

📋 copy color: '#BB0534'

red 187 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #BB0534

Tints of Cardinal #BB0534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 76.64%
G = 2.05%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB0534 (or 0xBB0534) is known color: Cardinal. HEX triplet: BB, 05 and 34. RGB value is (187,5,52). Sum of RGB (Red+Green+Blue) = 187+5+52=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0534 is #44FACB. Grayscale: #404040. Windows color (decimal): -4520652 or 3409339. OLE color: 3409339.

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

Color convert

RGB 187 5 52 -
CMYK 0 0.97 0.72 0.27
HSL 344.51º 0.95% 0.38% -
HSV(B) 344.51º 0.97% 0.73% -
XYZ 21.17 10.92 4.24 -
YUV 64.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 187 5 52 0 0.97 0.72 0.27 344.51 0.95 0.38
Hex BB 5 34 0 61 48 1B 159 5F 26
Octal 273 5 64 0 141 110 33 531 137 46
Binary 10111011 101 110100 0 1100001 1001000 11011 101011001 1011111 100110

Color Harmonies of #BB0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0534

Black with #BB0534

Text Example


Text Example

White with #BB0534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0534; }

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

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

background-color css

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

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

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

border-color css

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

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

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