Html Css Color HEX #BB302F Persian Red

📋 copy color: '#BB302F'

red 187 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #BB302F

Tints of Persian Red #BB302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 66.31%
G = 17.02%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB302F (or 0xBB302F) is known color: Persian Red. HEX triplet: BB, 30 and 2F. RGB value is (187,48,47). Sum of RGB (Red+Green+Blue) = 187+48+47=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB302F is #44CFD0. Grayscale: #595959. Windows color (decimal): -4509649 or 3092667. OLE color: 3092667.

HSL color Cylindrical-coordinate representation of color #BB302F: hue angle of 0.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB302F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 47 -
CMYK 0 0.74 0.75 0.27
HSL 0.43º 0.6% 0.46% -
HSV(B) 0.43º 0.75% 0.73% -
XYZ 22.06 12.88 4.01 -
YUV 89.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 187 48 47 0 0.74 0.75 0.27 0.43 0.6 0.46
Hex BB 30 2F 0 4A 4B 1B 0 3C 2E
Octal 273 60 57 0 112 113 33 0 74 56
Binary 10111011 110000 101111 0 1001010 1001011 11011 0 111100 101110

Color Harmonies of #BB302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB302F

Black with #BB302F

Text Example


Text Example

White with #BB302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB302F; }

 p { color: rgb(187,48,47); }

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

background-color css

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

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

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

border-color css

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

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

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