Html Css Color HEX #B3043F Cardinal

📋 copy color: '#B3043F'

red 179 ◦ green 4 ◦ blue 63

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

Shades of Cardinal #B3043F

Tints of Cardinal #B3043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.61%

R = 72.76%
G = 1.63%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3043F (or 0xB3043F) is known color: Cardinal. HEX triplet: B3, 04 and 3F. RGB value is (179,4,63). Sum of RGB (Red+Green+Blue) = 179+4+63=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3043F is #4CFBC0. Grayscale: #3E3E3E. Windows color (decimal): -5045185 or 4129971. OLE color: 4129971.

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

Color convert

RGB 179 4 63 -
CMYK 0 0.98 0.65 0.30
HSL 339.77º 0.96% 0.36% -
HSV(B) 339.77º 0.98% 0.7% -
XYZ 19.53 10.03 5.61 -
YUV 63.05 127.98 210.7 -
System Red Green Blue C M Y K H S L
Decimal 179 4 63 0 0.98 0.65 0.30 339.77 0.96 0.36
Hex B3 4 3F 0 62 41 1E 154 60 24
Octal 263 4 77 0 142 101 36 524 140 44
Binary 10110011 100 111111 0 1100010 1000001 11110 101010100 1100000 100100

Color Harmonies of #B3043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3043F

Black with #B3043F

Text Example


Text Example

White with #B3043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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