Html Css Color HEX #B30337 Cardinal

📋 copy color: '#B30337'

red 179 ◦ green 3 ◦ blue 55

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

Shades of Cardinal #B30337

Tints of Cardinal #B30337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 75.53%
G = 1.27%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B30337 (or 0xB30337) is known color: Cardinal. HEX triplet: B3, 03 and 37. RGB value is (179,3,55). Sum of RGB (Red+Green+Blue) = 179+3+55=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30337 is #4CFCC8. Grayscale: #3D3D3D. Windows color (decimal): -5045449 or 3605427. OLE color: 3605427.

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

Color convert

RGB 179 3 55 -
CMYK 0 0.98 0.69 0.30
HSL 342.27º 0.97% 0.36% -
HSV(B) 342.27º 0.98% 0.7% -
XYZ 19.31 9.92 4.51 -
YUV 61.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 179 3 55 0 0.98 0.69 0.30 342.27 0.97 0.36
Hex B3 3 37 0 62 45 1E 156 61 24
Octal 263 3 67 0 142 105 36 526 141 44
Binary 10110011 11 110111 0 1100010 1000101 11110 101010110 1100001 100100

Color Harmonies of #B30337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30337

Black with #B30337

Text Example


Text Example

White with #B30337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30337; }

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

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

background-color css

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

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

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

border-color css

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

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

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