Html Css Color HEX #B25334 Red Stage

📋 copy color: '#B25334'

red 178 ◦ green 83 ◦ blue 52

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

Shades of Red Stage #B25334

Tints of Red Stage #B25334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 56.87%
G = 26.52%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B25334 (or 0xB25334) is known color: Red Stage. HEX triplet: B2, 53 and 34. RGB value is (178,83,52). Sum of RGB (Red+Green+Blue) = 178+83+52=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B25334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25334 is #4DACCB. Grayscale: #6C6C6C. Windows color (decimal): -5090508 or 3429298. OLE color: 3429298.

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

Color convert

RGB 178 83 52 -
CMYK 0 0.53 0.71 0.30
HSL 14.76º 0.55% 0.45% -
HSV(B) 14.76º 0.71% 0.7% -
XYZ 22.07 15.9 5.15 -
YUV 107.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 178 83 52 0 0.53 0.71 0.30 14.76 0.55 0.45
Hex B2 53 34 0 35 47 1E F 37 2D
Octal 262 123 64 0 65 107 36 17 67 55
Binary 10110010 1010011 110100 0 110101 1000111 11110 1111 110111 101101

Color Harmonies of #B25334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25334

Black with #B25334

Text Example


Text Example

White with #B25334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25334; }

 p { color: rgb(178,83,52); }

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

background-color css

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

 a { background-color: rgb(178,83,52); }

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

border-color css

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

 span { border-color: rgb(178,83,52); }

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