Html Css Color HEX #B30441 Cardinal

📋 copy color: '#B30441'

red 179 ◦ green 4 ◦ blue 65

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

Shades of Cardinal #B30441

Tints of Cardinal #B30441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 72.18%
G = 1.61%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30441 (or 0xB30441) is known color: Cardinal. HEX triplet: B3, 04 and 41. RGB value is (179,4,65). Sum of RGB (Red+Green+Blue) = 179+4+65=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B30441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30441 is #4CFBBE. Grayscale: #3F3F3F. Windows color (decimal): -5045183 or 4261043. OLE color: 4261043.

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

Color convert

RGB 179 4 65 -
CMYK 0 0.98 0.64 0.30
HSL 339.09º 0.96% 0.36% -
HSV(B) 339.09º 0.98% 0.7% -
XYZ 19.59 10.05 5.91 -
YUV 63.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 179 4 65 0 0.98 0.64 0.30 339.09 0.96 0.36
Hex B3 4 41 0 62 40 1E 153 60 24
Octal 263 4 101 0 142 100 36 523 140 44
Binary 10110011 100 1000001 0 1100010 1000000 11110 101010011 1100000 100100

Color Harmonies of #B30441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30441

Black with #B30441

Text Example


Text Example

White with #B30441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30441; }

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

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

background-color css

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

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

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

border-color css

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

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

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