Html Css Color HEX #B8183B Cardinal

📋 copy color: '#B8183B'

red 184 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #B8183B

Tints of Cardinal #B8183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 68.91%
G = 8.99%
B = 22.1%

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

#B8183B (or 0xB8183B) is known color: Cardinal. HEX triplet: B8, 18 and 3B. RGB value is (184,24,59). Sum of RGB (Red+Green+Blue) = 184+24+59=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8183B is #47E7C4. Grayscale: #4B4B4B. Windows color (decimal): -4712389 or 3872952. OLE color: 3872952.

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

Color convert

RGB 184 24 59 -
CMYK 0 0.87 0.68 0.28
HSL 346.88º 0.77% 0.41% -
HSV(B) 346.88º 0.87% 0.72% -
XYZ 20.88 11.16 5.19 -
YUV 75.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 184 24 59 0 0.87 0.68 0.28 346.88 0.77 0.41
Hex B8 18 3B 0 57 44 1C 15B 4D 29
Octal 270 30 73 0 127 104 34 533 115 51
Binary 10111000 11000 111011 0 1010111 1000100 11100 101011011 1001101 101001

Color Harmonies of #B8183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8183B

Black with #B8183B

Text Example


Text Example

White with #B8183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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