Html Css Color HEX #BF302A Persian Red

📋 copy color: '#BF302A'

red 191 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #BF302A

Tints of Persian Red #BF302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 67.97%
G = 17.08%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF302A (or 0xBF302A) is known color: Persian Red. HEX triplet: BF, 30 and 2A. RGB value is (191,48,42). Sum of RGB (Red+Green+Blue) = 191+48+42=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF302A is #40CFD5. Grayscale: #5A5A5A. Windows color (decimal): -4247510 or 2764991. OLE color: 2764991.

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

Color convert

RGB 191 48 42 -
CMYK 0 0.75 0.78 0.25
HSL 2.42º 0.64% 0.46% -
HSV(B) 2.42º 0.78% 0.75% -
XYZ 22.96 13.36 3.56 -
YUV 90.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 191 48 42 0 0.75 0.78 0.25 2.42 0.64 0.46
Hex BF 30 2A 0 4B 4E 19 2 40 2E
Octal 277 60 52 0 113 116 31 2 100 56
Binary 10111111 110000 101010 0 1001011 1001110 11001 10 1000000 101110

Color Harmonies of #BF302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF302A

Black with #BF302A

Text Example


Text Example

White with #BF302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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