Html Css Color HEX #B30A2D Cardinal

📋 copy color: '#B30A2D'

red 179 ◦ green 10 ◦ blue 45

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

Shades of Cardinal #B30A2D

Tints of Cardinal #B30A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 76.5%
G = 4.27%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B30A2D (or 0xB30A2D) is known color: Cardinal. HEX triplet: B3, 0A and 2D. RGB value is (179,10,45). Sum of RGB (Red+Green+Blue) = 179+10+45=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A2D is #4CF5D2. Grayscale: #404040. Windows color (decimal): -5043667 or 2951859. OLE color: 2951859.

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

Color convert

RGB 179 10 45 -
CMYK 0 0.94 0.75 0.30
HSL 347.57º 0.89% 0.37% -
HSV(B) 347.57º 0.94% 0.7% -
XYZ 19.17 9.99 3.4 -
YUV 64.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 179 10 45 0 0.94 0.75 0.30 347.57 0.89 0.37
Hex B3 A 2D 0 5E 4B 1E 15C 59 25
Octal 263 12 55 0 136 113 36 534 131 45
Binary 10110011 1010 101101 0 1011110 1001011 11110 101011100 1011001 100101

Color Harmonies of #B30A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A2D

Black with #B30A2D

Text Example


Text Example

White with #B30A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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