Html Css Color HEX #BF3A2A Persian Red

📋 copy color: '#BF3A2A'

red 191 ◦ green 58 ◦ blue 42

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

Shades of Persian Red #BF3A2A

Tints of Persian Red #BF3A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

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

R = 65.64%
G = 19.93%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF3A2A (or 0xBF3A2A) is known color: Persian Red. HEX triplet: BF, 3A and 2A. RGB value is (191,58,42). Sum of RGB (Red+Green+Blue) = 191+58+42=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A2A is #40C5D5. Grayscale: #606060. Windows color (decimal): -4244950 or 2767551. OLE color: 2767551.

HSL color Cylindrical-coordinate representation of color #BF3A2A: hue angle of 6.44º 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 #BF3A2A is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 42 -
CMYK 0 0.70 0.78 0.25
HSL 6.44º 0.64% 0.46% -
HSV(B) 6.44º 0.78% 0.75% -
XYZ 23.42 14.27 3.71 -
YUV 95.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 191 58 42 0 0.70 0.78 0.25 6.44 0.64 0.46
Hex BF 3A 2A 0 46 4E 19 6 40 2E
Octal 277 72 52 0 106 116 31 6 100 56
Binary 10111111 111010 101010 0 1000110 1001110 11001 110 1000000 101110

Color Harmonies of #BF3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A2A

Black with #BF3A2A

Text Example


Text Example

White with #BF3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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