Html Css Color HEX #BB3534 Persian Red

📋 copy color: '#BB3534'

red 187 ◦ green 53 ◦ blue 52

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

Shades of Persian Red #BB3534

Tints of Persian Red #BB3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

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

R = 64.04%
G = 18.15%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB3534 (or 0xBB3534) is known color: Persian Red. HEX triplet: BB, 35 and 34. RGB value is (187,53,52). Sum of RGB (Red+Green+Blue) = 187+53+52=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3534 is #44CACB. Grayscale: #5D5D5D. Windows color (decimal): -4508364 or 3421627. OLE color: 3421627.

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

Color convert

RGB 187 53 52 -
CMYK 0 0.72 0.72 0.27
HSL 0.44º 0.56% 0.47% -
HSV(B) 0.44º 0.72% 0.73% -
XYZ 22.39 13.36 4.65 -
YUV 92.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 187 53 52 0 0.72 0.72 0.27 0.44 0.56 0.47
Hex BB 35 34 0 48 48 1B 0 38 2F
Octal 273 65 64 0 110 110 33 0 70 57
Binary 10111011 110101 110100 0 1001000 1001000 11011 0 111000 101111

Color Harmonies of #BB3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3534

Black with #BB3534

Text Example


Text Example

White with #BB3534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3534; }

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

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

background-color css

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

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

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

border-color css

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

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

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