Html Css Color HEX #BC302B Persian Red

📋 copy color: '#BC302B'

red 188 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #BC302B

Tints of Persian Red #BC302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 67.38%
G = 17.2%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC302B (or 0xBC302B) is known color: Persian Red. HEX triplet: BC, 30 and 2B. RGB value is (188,48,43). Sum of RGB (Red+Green+Blue) = 188+48+43=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC302B is #43CFD4. Grayscale: #595959. Windows color (decimal): -4444117 or 2830524. OLE color: 2830524.

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

Color convert

RGB 188 48 43 -
CMYK 0 0.74 0.77 0.26
HSL 2.07º 0.63% 0.45% -
HSV(B) 2.07º 0.77% 0.74% -
XYZ 22.23 12.98 3.62 -
YUV 89.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 188 48 43 0 0.74 0.77 0.26 2.07 0.63 0.45
Hex BC 30 2B 0 4A 4D 1A 2 3F 2D
Octal 274 60 53 0 112 115 32 2 77 55
Binary 10111100 110000 101011 0 1001010 1001101 11010 10 111111 101101

Color Harmonies of #BC302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC302B

Black with #BC302B

Text Example


Text Example

White with #BC302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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