Html Css Color HEX #B2502A Red Stage

📋 copy color: '#B2502A'

red 178 ◦ green 80 ◦ blue 42

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

Shades of Red Stage #B2502A

Tints of Red Stage #B2502A

RGB

 RED value IS 178 (69.92% from 255) = 59.33%

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 59.33%
G = 26.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2502A (or 0xB2502A) is known color: Red Stage. HEX triplet: B2, 50 and 2A. RGB value is (178,80,42). Sum of RGB (Red+Green+Blue) = 178+80+42=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B2502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2502A is #4DAFD5. Grayscale: #696969. Windows color (decimal): -5091286 or 2773170. OLE color: 2773170.

HSL color Cylindrical-coordinate representation of color #B2502A: hue angle of 16.76º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2502A is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 42 -
CMYK 0 0.55 0.76 0.30
HSL 16.76º 0.62% 0.43% -
HSV(B) 16.76º 0.76% 0.7% -
XYZ 21.65 15.37 4.02 -
YUV 104.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 178 80 42 0 0.55 0.76 0.30 16.76 0.62 0.43
Hex B2 50 2A 0 37 4C 1E 11 3E 2B
Octal 262 120 52 0 67 114 36 21 76 53
Binary 10110010 1010000 101010 0 110111 1001100 11110 10001 111110 101011

Color Harmonies of #B2502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2502A

Black with #B2502A

Text Example


Text Example

White with #B2502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2502A; }

 p { color: rgb(178,80,42); }

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

background-color css

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

 a { background-color: rgb(178,80,42); }

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

border-color css

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

 span { border-color: rgb(178,80,42); }

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