Html Css Color HEX #BB342D Persian Red

📋 copy color: '#BB342D'

red 187 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #BB342D

Tints of Persian Red #BB342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 65.85%
G = 18.31%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB342D (or 0xBB342D) is known color: Persian Red. HEX triplet: BB, 34 and 2D. RGB value is (187,52,45). Sum of RGB (Red+Green+Blue) = 187+52+45=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB342D is #44CBD2. Grayscale: #5B5B5B. Windows color (decimal): -4508627 or 2962619. OLE color: 2962619.

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

Color convert

RGB 187 52 45 -
CMYK 0 0.72 0.76 0.27
HSL 2.96º 0.61% 0.45% -
HSV(B) 2.96º 0.76% 0.73% -
XYZ 22.2 13.21 3.86 -
YUV 91.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 187 52 45 0 0.72 0.76 0.27 2.96 0.61 0.45
Hex BB 34 2D 0 48 4C 1B 3 3D 2D
Octal 273 64 55 0 110 114 33 3 75 55
Binary 10111011 110100 101101 0 1001000 1001100 11011 11 111101 101101

Color Harmonies of #BB342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB342D

Black with #BB342D

Text Example


Text Example

White with #BB342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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