Html Css Color HEX #B8083B Cardinal

📋 copy color: '#B8083B'

red 184 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #B8083B

Tints of Cardinal #B8083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

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

R = 73.31%
G = 3.19%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8083B (or 0xB8083B) is known color: Cardinal. HEX triplet: B8, 08 and 3B. RGB value is (184,8,59). Sum of RGB (Red+Green+Blue) = 184+8+59=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8083B is #47F7C4. Grayscale: #424242. Windows color (decimal): -4716485 or 3868856. OLE color: 3868856.

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

Color convert

RGB 184 8 59 -
CMYK 0 0.96 0.68 0.28
HSL 342.61º 0.92% 0.38% -
HSV(B) 342.61º 0.96% 0.72% -
XYZ 20.64 10.68 5.11 -
YUV 66.44 123.81 211.85 -
System Red Green Blue C M Y K H S L
Decimal 184 8 59 0 0.96 0.68 0.28 342.61 0.92 0.38
Hex B8 8 3B 0 60 44 1C 157 5C 26
Octal 270 10 73 0 140 104 34 527 134 46
Binary 10111000 1000 111011 0 1100000 1000100 11100 101010111 1011100 100110

Color Harmonies of #B8083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8083B

Black with #B8083B

Text Example


Text Example

White with #B8083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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