Html Css Color HEX #B3182F Cardinal

📋 copy color: '#B3182F'

red 179 ◦ green 24 ◦ blue 47

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

Shades of Cardinal #B3182F

Tints of Cardinal #B3182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 71.6%
G = 9.6%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3182F (or 0xB3182F) is known color: Cardinal. HEX triplet: B3, 18 and 2F. RGB value is (179,24,47). Sum of RGB (Red+Green+Blue) = 179+24+47=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B3182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3182F is #4CE7D0. Grayscale: #494949. Windows color (decimal): -5040081 or 3086515. OLE color: 3086515.

HSL color Cylindrical-coordinate representation of color #B3182F: hue angle of 351.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3182F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 47 -
CMYK 0 0.87 0.74 0.30
HSL 351.1º 0.76% 0.4% -
HSV(B) 351.1º 0.87% 0.7% -
XYZ 19.43 10.44 3.68 -
YUV 72.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 179 24 47 0 0.87 0.74 0.30 351.1 0.76 0.4
Hex B3 18 2F 0 57 4A 1E 15F 4C 28
Octal 263 30 57 0 127 112 36 537 114 50
Binary 10110011 11000 101111 0 1010111 1001010 11110 101011111 1001100 101000

Color Harmonies of #B3182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3182F

Black with #B3182F

Text Example


Text Example

White with #B3182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3182F; }

 p { color: rgb(179,24,47); }

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

background-color css

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

 a { background-color: rgb(179,24,47); }

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

border-color css

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

 span { border-color: rgb(179,24,47); }

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