Html Css Color HEX #B2030A Venetian Red

📋 copy color: '#B2030A'

red 178 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #B2030A

Tints of Venetian Red #B2030A

RGB

 RED value IS 178 (69.92% from 255) = 93.19%

 GREEN value IS 3 (1.56% from 255) = 1.57%

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 93.19%
G = 1.57%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2030A (or 0xB2030A) is known color: Venetian Red. HEX triplet: B2, 03 and 0A. RGB value is (178,3,10). Sum of RGB (Red+Green+Blue) = 178+3+10=191 (25% of max value = 765). Red value is 178 (69.92% from 255 or 93.19% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 178 - color contains mainly: red. Hex color #B2030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2030A is #4DFCF5. Grayscale: #383838. Windows color (decimal): -5111030 or 656306. OLE color: 656306.

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

Color convert

RGB 178 3 10 -
CMYK 0 0.98 0.94 0.30
HSL 357.6º 0.97% 0.35% -
HSV(B) 357.6º 0.98% 0.7% -
XYZ 18.45 9.55 1.16 -
YUV 56.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 178 3 10 0 0.98 0.94 0.30 357.6 0.97 0.35
Hex B2 3 A 0 62 5E 1E 166 61 23
Octal 262 3 12 0 142 136 36 546 141 43
Binary 10110010 11 1010 0 1100010 1011110 11110 101100110 1100001 100011

Color Harmonies of #B2030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2030A

Black with #B2030A

Text Example


Text Example

White with #B2030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2030A; }

 p { color: rgb(178,3,10); }

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

background-color css

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

 a { background-color: rgb(178,3,10); }

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

border-color css

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

 span { border-color: rgb(178,3,10); }

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