Html Css Color HEX #BB342B Persian Red

📋 copy color: '#BB342B'

red 187 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #BB342B

Tints of Persian Red #BB342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 66.31%
G = 18.44%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB342B (or 0xBB342B) is known color: Persian Red. HEX triplet: BB, 34 and 2B. RGB value is (187,52,43). Sum of RGB (Red+Green+Blue) = 187+52+43=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB342B is #44CBD4. Grayscale: #5B5B5B. Windows color (decimal): -4508629 or 2831547. OLE color: 2831547.

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

Color convert

RGB 187 52 43 -
CMYK 0 0.72 0.77 0.27
HSL 3.75º 0.63% 0.45% -
HSV(B) 3.75º 0.77% 0.73% -
XYZ 22.16 13.2 3.66 -
YUV 91.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 187 52 43 0 0.72 0.77 0.27 3.75 0.63 0.45
Hex BB 34 2B 0 48 4D 1B 4 3F 2D
Octal 273 64 53 0 110 115 33 4 77 55
Binary 10111011 110100 101011 0 1001000 1001101 11011 100 111111 101101

Color Harmonies of #BB342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB342B

Black with #BB342B

Text Example


Text Example

White with #BB342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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