Html Css Color HEX #B30B37 Cardinal

📋 copy color: '#B30B37'

red 179 ◦ green 11 ◦ blue 55

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

Shades of Cardinal #B30B37

Tints of Cardinal #B30B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

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

R = 73.06%
G = 4.49%
B = 22.45%

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

#B30B37 (or 0xB30B37) is known color: Cardinal. HEX triplet: B3, 0B and 37. RGB value is (179,11,55). Sum of RGB (Red+Green+Blue) = 179+11+55=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B37 is #4CF4C8. Grayscale: #424242. Windows color (decimal): -5043401 or 3607475. OLE color: 3607475.

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

Color convert

RGB 179 11 55 -
CMYK 0 0.94 0.69 0.30
HSL 344.29º 0.88% 0.37% -
HSV(B) 344.29º 0.94% 0.7% -
XYZ 19.4 10.1 4.54 -
YUV 66.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 179 11 55 0 0.94 0.69 0.30 344.29 0.88 0.37
Hex B3 B 37 0 5E 45 1E 158 58 25
Octal 263 13 67 0 136 105 36 530 130 45
Binary 10110011 1011 110111 0 1011110 1000101 11110 101011000 1011000 100101

Color Harmonies of #B30B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B37

Black with #B30B37

Text Example


Text Example

White with #B30B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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