Html Css Color HEX #B30641 Cardinal

📋 copy color: '#B30641'

red 179 ◦ green 6 ◦ blue 65

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

Shades of Cardinal #B30641

Tints of Cardinal #B30641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26%

R = 71.6%
G = 2.4%
B = 26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30641 (or 0xB30641) is known color: Cardinal. HEX triplet: B3, 06 and 41. RGB value is (179,6,65). Sum of RGB (Red+Green+Blue) = 179+6+65=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B30641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30641 is #4CF9BE. Grayscale: #404040. Windows color (decimal): -5044671 or 4261555. OLE color: 4261555.

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

Color convert

RGB 179 6 65 -
CMYK 0 0.97 0.64 0.30
HSL 339.54º 0.94% 0.36% -
HSV(B) 339.54º 0.97% 0.7% -
XYZ 19.61 10.1 5.92 -
YUV 64.45 128.31 209.7 -
System Red Green Blue C M Y K H S L
Decimal 179 6 65 0 0.97 0.64 0.30 339.54 0.94 0.36
Hex B3 6 41 0 61 40 1E 154 5E 24
Octal 263 6 101 0 141 100 36 524 136 44
Binary 10110011 110 1000001 0 1100001 1000000 11110 101010100 1011110 100100

Color Harmonies of #B30641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30641

Black with #B30641

Text Example


Text Example

White with #B30641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30641; }

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

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

background-color css

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

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

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

border-color css

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

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

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