Html Css Color HEX #B30A3A Cardinal

📋 copy color: '#B30A3A'

red 179 ◦ green 10 ◦ blue 58

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

Shades of Cardinal #B30A3A

Tints of Cardinal #B30A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 72.47%
G = 4.05%
B = 23.48%

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

#B30A3A (or 0xB30A3A) is known color: Cardinal. HEX triplet: B3, 0A and 3A. RGB value is (179,10,58). Sum of RGB (Red+Green+Blue) = 179+10+58=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A3A is #4CF5C5. Grayscale: #414141. Windows color (decimal): -5043654 or 3803827. OLE color: 3803827.

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

Color convert

RGB 179 10 58 -
CMYK 0 0.94 0.68 0.30
HSL 342.96º 0.89% 0.37% -
HSV(B) 342.96º 0.94% 0.7% -
XYZ 19.46 10.11 4.93 -
YUV 66 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 179 10 58 0 0.94 0.68 0.30 342.96 0.89 0.37
Hex B3 A 3A 0 5E 44 1E 157 59 25
Octal 263 12 72 0 136 104 36 527 131 45
Binary 10110011 1010 111010 0 1011110 1000100 11110 101010111 1011001 100101

Color Harmonies of #B30A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A3A

Black with #B30A3A

Text Example


Text Example

White with #B30A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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