Html Css Color HEX #B00102 Sangria

📋 copy color: '#B00102'

red 176 ◦ green 1 ◦ blue 2

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

Shades of Sangria #B00102

Tints of Sangria #B00102

RGB

 RED value IS 176 (69.14% from 255) = 98.32%

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 98.32%
G = 0.56%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B00102 (or 0xB00102) is known color: Sangria. HEX triplet: B0, 01 and 02. RGB value is (176,1,2). Sum of RGB (Red+Green+Blue) = 176+1+2=179 (23% of max value = 765). Red value is 176 (69.14% from 255 or 98.32% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 176 - color contains mainly: red. Hex color #B00102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00102 is #4FFEFD. Grayscale: #353535. Windows color (decimal): -5242622 or 131504. OLE color: 131504.

HSL color Cylindrical-coordinate representation of color #B00102: hue angle of 359.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 1 2 -
CMYK 0 0.99 0.99 0.31
HSL 359.66º 0.99% 0.35% -
HSV(B) 359.66º 0.99% 0.69% -
XYZ 17.93 9.26 0.9 -
YUV 53.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 176 1 2 0 0.99 0.99 0.31 359.66 0.99 0.35
Hex B0 1 2 0 63 63 1F 168 63 23
Octal 260 1 2 0 143 143 37 550 143 43
Binary 10110000 1 10 0 1100011 1100011 11111 101101000 1100011 100011

Color Harmonies of #B00102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00102

Black with #B00102

Text Example


Text Example

White with #B00102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00102; }

 p { color: rgb(176,1,2); }

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

background-color css

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

 a { background-color: rgb(176,1,2); }

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

border-color css

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

 span { border-color: rgb(176,1,2); }

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