Html Css Color HEX #B3002B Venetian Red

📋 copy color: '#B3002B'

red 179 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #B3002B

Tints of Venetian Red #B3002B

RGB

 RED value IS 179 (70.31% from 255) = 80.63%

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

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 80.63%
G = 0%
B = 19.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3002B (or 0xB3002B) is known color: Venetian Red. HEX triplet: B3, 00 and 2B. RGB value is (179,0,43). Sum of RGB (Red+Green+Blue) = 179+0+43=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B3002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3002B is #4CFFD4. Grayscale: #3A3A3A. Windows color (decimal): -5046229 or 2818227. OLE color: 2818227.

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

Color convert

RGB 179 0 43 -
CMYK 0 1 0.76 0.30
HSL 345.59º 1% 0.35% -
HSV(B) 345.59º 1% 0.7% -
XYZ 19.03 9.76 3.17 -
YUV 58.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 179 0 43 0 1 0.76 0.30 345.59 1 0.35
Hex B3 0 2B 0 64 4C 1E 15A 64 23
Octal 263 0 53 0 144 114 36 532 144 43
Binary 10110011 0 101011 0 1100100 1001100 11110 101011010 1100100 100011

Color Harmonies of #B3002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3002B

Black with #B3002B

Text Example


Text Example

White with #B3002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3002B; }

 p { color: rgb(179,0,43); }

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

background-color css

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

 a { background-color: rgb(179,0,43); }

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

border-color css

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

 span { border-color: rgb(179,0,43); }

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