Html Css Color HEX #BB1034 Cardinal

📋 copy color: '#BB1034'

red 187 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #BB1034

Tints of Cardinal #BB1034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

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

R = 73.33%
G = 6.27%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB1034 (or 0xBB1034) is known color: Cardinal. HEX triplet: BB, 10 and 34. RGB value is (187,16,52). Sum of RGB (Red+Green+Blue) = 187+16+52=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1034 is #44EFCB. Grayscale: #474747. Windows color (decimal): -4517836 or 3412155. OLE color: 3412155.

HSL color Cylindrical-coordinate representation of color #BB1034: hue angle of 347.37º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1034 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 52 -
CMYK 0 0.91 0.72 0.27
HSL 347.37º 0.84% 0.4% -
HSV(B) 347.37º 0.91% 0.73% -
XYZ 21.3 11.18 4.28 -
YUV 71.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 187 16 52 0 0.91 0.72 0.27 347.37 0.84 0.4
Hex BB 10 34 0 5B 48 1B 15B 54 28
Octal 273 20 64 0 133 110 33 533 124 50
Binary 10111011 10000 110100 0 1011011 1001000 11011 101011011 1010100 101000

Color Harmonies of #BB1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1034

Black with #BB1034

Text Example


Text Example

White with #BB1034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1034; }

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

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

background-color css

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

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

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

border-color css

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

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

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