Html Css Color HEX #B30341 Cardinal

📋 copy color: '#B30341'

red 179 ◦ green 3 ◦ blue 65

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

Shades of Cardinal #B30341

Tints of Cardinal #B30341

RGB

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

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

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

R = 72.47%
G = 1.21%
B = 26.32%

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

#B30341 (or 0xB30341) is known color: Cardinal. HEX triplet: B3, 03 and 41. RGB value is (179,3,65). Sum of RGB (Red+Green+Blue) = 179+3+65=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B30341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30341 is #4CFCBE. Grayscale: #3E3E3E. Windows color (decimal): -5045439 or 4260787. OLE color: 4260787.

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

Color convert

RGB 179 3 65 -
CMYK 0 0.98 0.64 0.30
HSL 338.86º 0.97% 0.36% -
HSV(B) 338.86º 0.98% 0.7% -
XYZ 19.58 10.03 5.91 -
YUV 62.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 179 3 65 0 0.98 0.64 0.30 338.86 0.97 0.36
Hex B3 3 41 0 62 40 1E 153 61 24
Octal 263 3 101 0 142 100 36 523 141 44
Binary 10110011 11 1000001 0 1100010 1000000 11110 101010011 1100001 100100

Color Harmonies of #B30341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30341

Black with #B30341

Text Example


Text Example

White with #B30341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30341; }

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

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

background-color css

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

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

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

border-color css

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

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

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