Html Css Color HEX #B8183A Cardinal

📋 copy color: '#B8183A'

red 184 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #B8183A

Tints of Cardinal #B8183A

RGB

 RED value IS 184 (72.27% from 255) = 69.17%

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 69.17%
G = 9.02%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8183A (or 0xB8183A) is known color: Cardinal. HEX triplet: B8, 18 and 3A. RGB value is (184,24,58). Sum of RGB (Red+Green+Blue) = 184+24+58=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8183A is #47E7C5. Grayscale: #4B4B4B. Windows color (decimal): -4712390 or 3807416. OLE color: 3807416.

HSL color Cylindrical-coordinate representation of color #B8183A: hue angle of 347.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8183A is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 24 58 -
CMYK 0 0.87 0.68 0.28
HSL 347.25º 0.77% 0.41% -
HSV(B) 347.25º 0.87% 0.72% -
XYZ 20.86 11.15 5.06 -
YUV 75.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 184 24 58 0 0.87 0.68 0.28 347.25 0.77 0.41
Hex B8 18 3A 0 57 44 1C 15B 4D 29
Octal 270 30 72 0 127 104 34 533 115 51
Binary 10111000 11000 111010 0 1010111 1000100 11100 101011011 1001101 101001

Color Harmonies of #B8183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8183A

Black with #B8183A

Text Example


Text Example

White with #B8183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8183A; }

 p { color: rgb(184,24,58); }

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

background-color css

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

 a { background-color: rgb(184,24,58); }

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

border-color css

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

 span { border-color: rgb(184,24,58); }

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