Html Css Color HEX #BB342C Persian Red

📋 copy color: '#BB342C'

red 187 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #BB342C

Tints of Persian Red #BB342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 66.08%
G = 18.37%
B = 15.55%

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

#BB342C (or 0xBB342C) is known color: Persian Red. HEX triplet: BB, 34 and 2C. RGB value is (187,52,44). Sum of RGB (Red+Green+Blue) = 187+52+44=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB342C is #44CBD3. Grayscale: #5B5B5B. Windows color (decimal): -4508628 or 2897083. OLE color: 2897083.

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

Color convert

RGB 187 52 44 -
CMYK 0 0.72 0.76 0.27
HSL 3.36º 0.62% 0.45% -
HSV(B) 3.36º 0.76% 0.73% -
XYZ 22.18 13.2 3.76 -
YUV 91.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 187 52 44 0 0.72 0.76 0.27 3.36 0.62 0.45
Hex BB 34 2C 0 48 4C 1B 3 3E 2D
Octal 273 64 54 0 110 114 33 3 76 55
Binary 10111011 110100 101100 0 1001000 1001100 11011 11 111110 101101

Color Harmonies of #BB342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB342C

Black with #BB342C

Text Example


Text Example

White with #BB342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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