Html Css Color HEX #BF302F Persian Red

📋 copy color: '#BF302F'

red 191 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #BF302F

Tints of Persian Red #BF302F

RGB

 RED value IS 191 (75% from 255) = 66.78%

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

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

R = 66.78%
G = 16.78%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF302F (or 0xBF302F) is known color: Persian Red. HEX triplet: BF, 30 and 2F. RGB value is (191,48,47). Sum of RGB (Red+Green+Blue) = 191+48+47=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF302F is #40CFD0. Grayscale: #5A5A5A. Windows color (decimal): -4247505 or 3092671. OLE color: 3092671.

HSL color Cylindrical-coordinate representation of color #BF302F: hue angle of 0.42º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF302F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 48 47 -
CMYK 0 0.75 0.75 0.25
HSL 0.42º 0.61% 0.47% -
HSV(B) 0.42º 0.75% 0.75% -
XYZ 23.06 13.4 4.06 -
YUV 90.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 191 48 47 0 0.75 0.75 0.25 0.42 0.61 0.47
Hex BF 30 2F 0 4B 4B 19 0 3D 2F
Octal 277 60 57 0 113 113 31 0 75 57
Binary 10111111 110000 101111 0 1001011 1001011 11001 0 111101 101111

Color Harmonies of #BF302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF302F

Black with #BF302F

Text Example


Text Example

White with #BF302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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