Html Css Color HEX #B30931 Cardinal

📋 copy color: '#B30931'

red 179 ◦ green 9 ◦ blue 49

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

Shades of Cardinal #B30931

Tints of Cardinal #B30931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 49 (19.53% from 255) = 20.68%

R = 75.53%
G = 3.8%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B30931 (or 0xB30931) is known color: Cardinal. HEX triplet: B3, 09 and 31. RGB value is (179,9,49). Sum of RGB (Red+Green+Blue) = 179+9+49=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30931 is #4CF6CE. Grayscale: #404040. Windows color (decimal): -5043919 or 3213747. OLE color: 3213747.

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

Color convert

RGB 179 9 49 -
CMYK 0 0.95 0.73 0.30
HSL 345.88º 0.9% 0.37% -
HSV(B) 345.88º 0.95% 0.7% -
XYZ 19.24 10 3.82 -
YUV 64.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 179 9 49 0 0.95 0.73 0.30 345.88 0.9 0.37
Hex B3 9 31 0 5F 49 1E 15A 5A 25
Octal 263 11 61 0 137 111 36 532 132 45
Binary 10110011 1001 110001 0 1011111 1001001 11110 101011010 1011010 100101

Color Harmonies of #B30931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30931

Black with #B30931

Text Example


Text Example

White with #B30931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30931; }

 p { color: rgb(179,9,49); }

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

background-color css

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

 a { background-color: rgb(179,9,49); }

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

border-color css

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

 span { border-color: rgb(179,9,49); }

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