Html Css Color HEX #B30A39 Cardinal

📋 copy color: '#B30A39'

red 179 ◦ green 10 ◦ blue 57

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

Shades of Cardinal #B30A39

Tints of Cardinal #B30A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 72.76%
G = 4.07%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B30A39 (or 0xB30A39) is known color: Cardinal. HEX triplet: B3, 0A and 39. RGB value is (179,10,57). Sum of RGB (Red+Green+Blue) = 179+10+57=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A39 is #4CF5C6. Grayscale: #414141. Windows color (decimal): -5043655 or 3738291. OLE color: 3738291.

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

Color convert

RGB 179 10 57 -
CMYK 0 0.94 0.68 0.30
HSL 343.31º 0.89% 0.37% -
HSV(B) 343.31º 0.94% 0.7% -
XYZ 19.44 10.1 4.8 -
YUV 65.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 179 10 57 0 0.94 0.68 0.30 343.31 0.89 0.37
Hex B3 A 39 0 5E 44 1E 157 59 25
Octal 263 12 71 0 136 104 36 527 131 45
Binary 10110011 1010 111001 0 1011110 1000100 11110 101010111 1011001 100101

Color Harmonies of #B30A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A39

Black with #B30A39

Text Example


Text Example

White with #B30A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A39; }

 p { color: rgb(179,10,57); }

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

background-color css

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

 a { background-color: rgb(179,10,57); }

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

border-color css

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

 span { border-color: rgb(179,10,57); }

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