Html Css Color HEX #BF3426 Persian Red

📋 copy color: '#BF3426'

red 191 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #BF3426

Tints of Persian Red #BF3426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 67.97%
G = 18.51%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF3426 (or 0xBF3426) is known color: Persian Red. HEX triplet: BF, 34 and 26. RGB value is (191,52,38). Sum of RGB (Red+Green+Blue) = 191+52+38=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3426 is #40CBD9. Grayscale: #5C5C5C. Windows color (decimal): -4246490 or 2503871. OLE color: 2503871.

HSL color Cylindrical-coordinate representation of color #BF3426: hue angle of 5.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3426 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 52 38 -
CMYK 0 0.73 0.80 0.25
HSL 5.49º 0.67% 0.45% -
HSV(B) 5.49º 0.8% 0.75% -
XYZ 23.06 13.67 3.26 -
YUV 91.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 191 52 38 0 0.73 0.80 0.25 5.49 0.67 0.45
Hex BF 34 26 0 49 50 19 5 43 2D
Octal 277 64 46 0 111 120 31 5 103 55
Binary 10111111 110100 100110 0 1001001 1010000 11001 101 1000011 101101

Color Harmonies of #BF3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3426

Black with #BF3426

Text Example


Text Example

White with #BF3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3426; }

 p { color: rgb(191,52,38); }

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

background-color css

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

 a { background-color: rgb(191,52,38); }

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

border-color css

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

 span { border-color: rgb(191,52,38); }

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