Html Css Color HEX #B2374B Old Rose

📋 copy color: '#B2374B'

red 178 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #B2374B

Tints of Old Rose #B2374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 75 (29.69% from 255) = 24.35%

R = 57.79%
G = 17.86%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2374B (or 0xB2374B) is known color: Old Rose. HEX triplet: B2, 37 and 4B. RGB value is (178,55,75). Sum of RGB (Red+Green+Blue) = 178+55+75=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2374B is #4DC8B4. Grayscale: #5E5E5E. Windows color (decimal): -5097653 or 4929458. OLE color: 4929458.

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

Color convert

RGB 178 55 75 -
CMYK 0 0.69 0.58 0.30
HSL 350.24º 0.53% 0.46% -
HSV(B) 350.24º 0.69% 0.7% -
XYZ 21 12.71 8 -
YUV 94.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 178 55 75 0 0.69 0.58 0.30 350.24 0.53 0.46
Hex B2 37 4B 0 45 3A 1E 15E 35 2E
Octal 262 67 113 0 105 72 36 536 65 56
Binary 10110010 110111 1001011 0 1000101 111010 11110 101011110 110101 101110

Color Harmonies of #B2374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2374B

Black with #B2374B

Text Example


Text Example

White with #B2374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2374B; }

 p { color: rgb(178,55,75); }

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

background-color css

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

 a { background-color: rgb(178,55,75); }

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

border-color css

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

 span { border-color: rgb(178,55,75); }

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