Html Css Color HEX #B00003 Sangria

📋 copy color: '#B00003'

red 176 ◦ green 0 ◦ blue 3

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

Shades of Sangria #B00003

Tints of Sangria #B00003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.68%

R = 98.32%
G = 0%
B = 1.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B00003 (or 0xB00003) is known color: Sangria. HEX triplet: B0, 00 and 03. RGB value is (176,0,3). Sum of RGB (Red+Green+Blue) = 176+0+3=179 (23% of max value = 765). Red value is 176 (69.14% from 255 or 98.32% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 176 - color contains mainly: red. Hex color #B00003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00003 is #4FFFFC. Grayscale: #353535. Windows color (decimal): -5242877 or 196784. OLE color: 196784.

HSL color Cylindrical-coordinate representation of color #B00003: hue angle of 358.98º 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 #B00003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 0 3 -
CMYK 0 1 0.98 0.31
HSL 358.98º 1% 0.35% -
HSV(B) 358.98º 1% 0.69% -
XYZ 17.92 9.24 0.92 -
YUV 52.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 176 0 3 0 1 0.98 0.31 358.98 1 0.35
Hex B0 0 3 0 64 62 1F 167 64 23
Octal 260 0 3 0 144 142 37 547 144 43
Binary 10110000 0 11 0 1100100 1100010 11111 101100111 1100100 100011

Color Harmonies of #B00003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00003

Black with #B00003

Text Example


Text Example

White with #B00003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00003; }

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

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

background-color css

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

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

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

border-color css

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

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

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