Html Css Color HEX #B3184A Cardinal

📋 copy color: '#B3184A'

red 179 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #B3184A

Tints of Cardinal #B3184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 64.62%
G = 8.66%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3184A (or 0xB3184A) is known color: Cardinal. HEX triplet: B3, 18 and 4A. RGB value is (179,24,74). Sum of RGB (Red+Green+Blue) = 179+24+74=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3184A is #4CE7B5. Grayscale: #4C4C4C. Windows color (decimal): -5040054 or 4855987. OLE color: 4855987.

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

Color convert

RGB 179 24 74 -
CMYK 0 0.87 0.59 0.30
HSL 340.65º 0.76% 0.4% -
HSV(B) 340.65º 0.87% 0.7% -
XYZ 20.15 10.73 7.49 -
YUV 76.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 179 24 74 0 0.87 0.59 0.30 340.65 0.76 0.4
Hex B3 18 4A 0 57 3B 1E 155 4C 28
Octal 263 30 112 0 127 73 36 525 114 50
Binary 10110011 11000 1001010 0 1010111 111011 11110 101010101 1001100 101000

Color Harmonies of #B3184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3184A

Black with #B3184A

Text Example


Text Example

White with #B3184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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