Html Css Color HEX #B30639 Cardinal

📋 copy color: '#B30639'

red 179 ◦ green 6 ◦ blue 57

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

Shades of Cardinal #B30639

Tints of Cardinal #B30639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

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

R = 73.97%
G = 2.48%
B = 23.55%

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

#B30639 (or 0xB30639) is known color: Cardinal. HEX triplet: B3, 06 and 39. RGB value is (179,6,57). Sum of RGB (Red+Green+Blue) = 179+6+57=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B30639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30639 is #4CF9C6. Grayscale: #3F3F3F. Windows color (decimal): -5044679 or 3737267. OLE color: 3737267.

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

Color convert

RGB 179 6 57 -
CMYK 0 0.97 0.68 0.30
HSL 342.31º 0.94% 0.36% -
HSV(B) 342.31º 0.97% 0.7% -
XYZ 19.39 10.01 4.78 -
YUV 63.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 179 6 57 0 0.97 0.68 0.30 342.31 0.94 0.36
Hex B3 6 39 0 61 44 1E 156 5E 24
Octal 263 6 71 0 141 104 36 526 136 44
Binary 10110011 110 111001 0 1100001 1000100 11110 101010110 1011110 100100

Color Harmonies of #B30639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30639

Black with #B30639

Text Example


Text Example

White with #B30639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30639; }

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

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

background-color css

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

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

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

border-color css

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

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

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