Html Css Color HEX #B30539 Cardinal

📋 copy color: '#B30539'

red 179 ◦ green 5 ◦ blue 57

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

Shades of Cardinal #B30539

Tints of Cardinal #B30539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 74.27%
G = 2.07%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B30539 (or 0xB30539) is known color: Cardinal. HEX triplet: B3, 05 and 39. RGB value is (179,5,57). Sum of RGB (Red+Green+Blue) = 179+5+57=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B30539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30539 is #4CFAC6. Grayscale: #3E3E3E. Windows color (decimal): -5044935 or 3737011. OLE color: 3737011.

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

Color convert

RGB 179 5 57 -
CMYK 0 0.97 0.68 0.30
HSL 342.07º 0.95% 0.36% -
HSV(B) 342.07º 0.97% 0.7% -
XYZ 19.38 9.99 4.78 -
YUV 62.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 179 5 57 0 0.97 0.68 0.30 342.07 0.95 0.36
Hex B3 5 39 0 61 44 1E 156 5F 24
Octal 263 5 71 0 141 104 36 526 137 44
Binary 10110011 101 111001 0 1100001 1000100 11110 101010110 1011111 100100

Color Harmonies of #B30539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30539

Black with #B30539

Text Example


Text Example

White with #B30539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30539; }

 p { color: rgb(179,5,57); }

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

background-color css

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

 a { background-color: rgb(179,5,57); }

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

border-color css

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

 span { border-color: rgb(179,5,57); }

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