Html Css Color HEX #B30A38 Cardinal

📋 copy color: '#B30A38'

red 179 ◦ green 10 ◦ blue 56

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

Shades of Cardinal #B30A38

Tints of Cardinal #B30A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 73.06%
G = 4.08%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B30A38 (or 0xB30A38) is known color: Cardinal. HEX triplet: B3, 0A and 38. RGB value is (179,10,56). Sum of RGB (Red+Green+Blue) = 179+10+56=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A38 is #4CF5C7. Grayscale: #414141. Windows color (decimal): -5043656 or 3672755. OLE color: 3672755.

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

Color convert

RGB 179 10 56 -
CMYK 0 0.94 0.69 0.30
HSL 343.67º 0.89% 0.37% -
HSV(B) 343.67º 0.94% 0.7% -
XYZ 19.41 10.09 4.67 -
YUV 65.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 179 10 56 0 0.94 0.69 0.30 343.67 0.89 0.37
Hex B3 A 38 0 5E 45 1E 158 59 25
Octal 263 12 70 0 136 105 36 530 131 45
Binary 10110011 1010 111000 0 1011110 1000101 11110 101011000 1011001 100101

Color Harmonies of #B30A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A38

Black with #B30A38

Text Example


Text Example

White with #B30A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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