Html Css Color HEX #B30832 Cardinal

📋 copy color: '#B30832'

red 179 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #B30832

Tints of Cardinal #B30832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 75.53%
G = 3.38%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B30832 (or 0xB30832) is known color: Cardinal. HEX triplet: B3, 08 and 32. RGB value is (179,8,50). Sum of RGB (Red+Green+Blue) = 179+8+50=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30832 is #4CF7CD. Grayscale: #3F3F3F. Windows color (decimal): -5044174 or 3279027. OLE color: 3279027.

HSL color Cylindrical-coordinate representation of color #B30832: hue angle of 345.26º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30832 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 50 -
CMYK 0 0.96 0.72 0.30
HSL 345.26º 0.91% 0.37% -
HSV(B) 345.26º 0.96% 0.7% -
XYZ 19.25 9.99 3.93 -
YUV 63.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 179 8 50 0 0.96 0.72 0.30 345.26 0.91 0.37
Hex B3 8 32 0 60 48 1E 159 5B 25
Octal 263 10 62 0 140 110 36 531 133 45
Binary 10110011 1000 110010 0 1100000 1001000 11110 101011001 1011011 100101

Color Harmonies of #B30832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30832

Black with #B30832

Text Example


Text Example

White with #B30832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30832; }

 p { color: rgb(179,8,50); }

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

background-color css

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

 a { background-color: rgb(179,8,50); }

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

border-color css

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

 span { border-color: rgb(179,8,50); }

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