Html Css Color HEX #B3002C Venetian Red

📋 copy color: '#B3002C'

red 179 ◦ green 0 ◦ blue 44

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

Shades of Venetian Red #B3002C

Tints of Venetian Red #B3002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 80.27%
G = 0%
B = 19.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3002C (or 0xB3002C) is known color: Venetian Red. HEX triplet: B3, 00 and 2C. RGB value is (179,0,44). Sum of RGB (Red+Green+Blue) = 179+0+44=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B3002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3002C is #4CFFD3. Grayscale: #3A3A3A. Windows color (decimal): -5046228 or 2883763. OLE color: 2883763.

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

Color convert

RGB 179 0 44 -
CMYK 0 1 0.75 0.30
HSL 345.25º 1% 0.35% -
HSV(B) 345.25º 1% 0.7% -
XYZ 19.05 9.77 3.26 -
YUV 58.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 179 0 44 0 1 0.75 0.30 345.25 1 0.35
Hex B3 0 2C 0 64 4B 1E 159 64 23
Octal 263 0 54 0 144 113 36 531 144 43
Binary 10110011 0 101100 0 1100100 1001011 11110 101011001 1100100 100011

Color Harmonies of #B3002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3002C

Black with #B3002C

Text Example


Text Example

White with #B3002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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