Html Css Color HEX #B00002 Sangria

📋 copy color: '#B00002'

red 176 ◦ green 0 ◦ blue 2

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

Shades of Sangria #B00002

Tints of Sangria #B00002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.88%
G = 0%
B = 1.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B00002 (or 0xB00002) is known color: Sangria. HEX triplet: B0, 00 and 02. RGB value is (176,0,2). Sum of RGB (Red+Green+Blue) = 176+0+2=178 (23% of max value = 765). Red value is 176 (69.14% from 255 or 98.88% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 176 - color contains mainly: red. Hex color #B00002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00002 is #4FFFFD. Grayscale: #353535. Windows color (decimal): -5242878 or 131248. OLE color: 131248.

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

Color convert

RGB 176 0 2 -
CMYK 0 1 0.99 0.31
HSL 359.32º 1% 0.35% -
HSV(B) 359.32º 1% 0.69% -
XYZ 17.92 9.23 0.9 -
YUV 52.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 176 0 2 0 1 0.99 0.31 359.32 1 0.35
Hex B0 0 2 0 64 63 1F 167 64 23
Octal 260 0 2 0 144 143 37 547 144 43
Binary 10110000 0 10 0 1100100 1100011 11111 101100111 1100100 100011

Color Harmonies of #B00002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00002

Black with #B00002

Text Example


Text Example

White with #B00002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00002; }

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

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

background-color css

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

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

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

border-color css

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

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

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