Html Css Color HEX #BB3535 Persian Red

📋 copy color: '#BB3535'

red 187 ◦ green 53 ◦ blue 53

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

Shades of Persian Red #BB3535

Tints of Persian Red #BB3535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 63.82%
G = 18.09%
B = 18.09%

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

#BB3535 (or 0xBB3535) is known color: Persian Red. HEX triplet: BB, 35 and 35. RGB value is (187,53,53). Sum of RGB (Red+Green+Blue) = 187+53+53=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3535 is #44CACA. Grayscale: #5D5D5D. Windows color (decimal): -4508363 or 3487163. OLE color: 3487163.

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

Color convert

RGB 187 53 53 -
CMYK 0 0.72 0.72 0.27
HSL 0.56% 0.47% -
HSV(B) 0.72% 0.73% -
XYZ 22.41 13.37 4.77 -
YUV 93.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 187 53 53 0 0.72 0.72 0.27 0 0.56 0.47
Hex BB 35 35 0 48 48 1B 0 38 2F
Octal 273 65 65 0 110 110 33 0 70 57
Binary 10111011 110101 110101 0 1001000 1001000 11011 0 111000 101111

Color Harmonies of #BB3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3535

Black with #BB3535

Text Example


Text Example

White with #BB3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3535; }

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

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

background-color css

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

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

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

border-color css

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

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

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