Html Css Color HEX #B30C37 Cardinal

📋 copy color: '#B30C37'

red 179 ◦ green 12 ◦ blue 55

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

Shades of Cardinal #B30C37

Tints of Cardinal #B30C37

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

 BLUE value IS 55 (21.88% from 255) = 22.36%

R = 72.76%
G = 4.88%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B30C37 (or 0xB30C37) is known color: Cardinal. HEX triplet: B3, 0C and 37. RGB value is (179,12,55). Sum of RGB (Red+Green+Blue) = 179+12+55=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C37 is #4CF3C8. Grayscale: #424242. Windows color (decimal): -5043145 or 3607731. OLE color: 3607731.

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

Color convert

RGB 179 12 55 -
CMYK 0 0.93 0.69 0.30
HSL 344.55º 0.87% 0.37% -
HSV(B) 344.55º 0.93% 0.7% -
XYZ 19.41 10.12 4.55 -
YUV 66.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 179 12 55 0 0.93 0.69 0.30 344.55 0.87 0.37
Hex B3 C 37 0 5D 45 1E 159 57 25
Octal 263 14 67 0 135 105 36 531 127 45
Binary 10110011 1100 110111 0 1011101 1000101 11110 101011001 1010111 100101

Color Harmonies of #B30C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C37

Black with #B30C37

Text Example


Text Example

White with #B30C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C37; }

 p { color: rgb(179,12,55); }

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

background-color css

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

 a { background-color: rgb(179,12,55); }

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

border-color css

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

 span { border-color: rgb(179,12,55); }

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