Html Css Color HEX #B3133F Cardinal

📋 copy color: '#B3133F'

red 179 ◦ green 19 ◦ blue 63

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

Shades of Cardinal #B3133F

Tints of Cardinal #B3133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 68.58%
G = 7.28%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3133F (or 0xB3133F) is known color: Cardinal. HEX triplet: B3, 13 and 3F. RGB value is (179,19,63). Sum of RGB (Red+Green+Blue) = 179+19+63=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3133F is #4CECC0. Grayscale: #474747. Windows color (decimal): -5041345 or 4133811. OLE color: 4133811.

HSL color Cylindrical-coordinate representation of color #B3133F: hue angle of 343.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3133F is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 63 -
CMYK 0 0.89 0.65 0.30
HSL 343.5º 0.81% 0.39% -
HSV(B) 343.5º 0.89% 0.7% -
XYZ 19.72 10.41 5.67 -
YUV 71.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 179 19 63 0 0.89 0.65 0.30 343.5 0.81 0.39
Hex B3 13 3F 0 59 41 1E 158 51 27
Octal 263 23 77 0 131 101 36 530 121 47
Binary 10110011 10011 111111 0 1011001 1000001 11110 101011000 1010001 100111

Color Harmonies of #B3133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3133F

Black with #B3133F

Text Example


Text Example

White with #B3133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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