Html Css Color HEX #BC302A Persian Red

📋 copy color: '#BC302A'

red 188 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #BC302A

Tints of Persian Red #BC302A

RGB

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

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

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

R = 67.63%
G = 17.27%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC302A (or 0xBC302A) is known color: Persian Red. HEX triplet: BC, 30 and 2A. RGB value is (188,48,42). Sum of RGB (Red+Green+Blue) = 188+48+42=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC302A is #43CFD5. Grayscale: #595959. Windows color (decimal): -4444118 or 2764988. OLE color: 2764988.

HSL color Cylindrical-coordinate representation of color #BC302A: hue angle of 2.47º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC302A is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 42 -
CMYK 0 0.74 0.78 0.26
HSL 2.47º 0.63% 0.45% -
HSV(B) 2.47º 0.78% 0.74% -
XYZ 22.21 12.97 3.52 -
YUV 89.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 188 48 42 0 0.74 0.78 0.26 2.47 0.63 0.45
Hex BC 30 2A 0 4A 4E 1A 2 3F 2D
Octal 274 60 52 0 112 116 32 2 77 55
Binary 10111100 110000 101010 0 1001010 1001110 11010 10 111111 101101

Color Harmonies of #BC302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC302A

Black with #BC302A

Text Example


Text Example

White with #BC302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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