Html Css Color HEX #BC3426 Persian Red

📋 copy color: '#BC3426'

red 188 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #BC3426

Tints of Persian Red #BC3426

RGB

 RED value IS 188 (73.83% from 255) = 67.63%

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

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

R = 67.63%
G = 18.71%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC3426 (or 0xBC3426) is known color: Persian Red. HEX triplet: BC, 34 and 26. RGB value is (188,52,38). Sum of RGB (Red+Green+Blue) = 188+52+38=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3426 is #43CBD9. Grayscale: #5B5B5B. Windows color (decimal): -4443098 or 2503868. OLE color: 2503868.

HSL color Cylindrical-coordinate representation of color #BC3426: hue angle of 5.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC3426 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 38 -
CMYK 0 0.72 0.80 0.26
HSL 5.6º 0.66% 0.44% -
HSV(B) 5.6º 0.8% 0.74% -
XYZ 22.32 13.29 3.22 -
YUV 91.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 188 52 38 0 0.72 0.80 0.26 5.6 0.66 0.44
Hex BC 34 26 0 48 50 1A 6 42 2C
Octal 274 64 46 0 110 120 32 6 102 54
Binary 10111100 110100 100110 0 1001000 1010000 11010 110 1000010 101100

Color Harmonies of #BC3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3426

Black with #BC3426

Text Example


Text Example

White with #BC3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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