Html Css Color HEX #B8092B Cardinal

📋 copy color: '#B8092B'

red 184 ◦ green 9 ◦ blue 43

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

Shades of Cardinal #B8092B

Tints of Cardinal #B8092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 77.97%
G = 3.81%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8092B (or 0xB8092B) is known color: Cardinal. HEX triplet: B8, 09 and 2B. RGB value is (184,9,43). Sum of RGB (Red+Green+Blue) = 184+9+43=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B8092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8092B is #47F6D4. Grayscale: #414141. Windows color (decimal): -4716245 or 2820536. OLE color: 2820536.

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

Color convert

RGB 184 9 43 -
CMYK 0 0.95 0.77 0.28
HSL 348.34º 0.91% 0.38% -
HSV(B) 348.34º 0.95% 0.72% -
XYZ 20.3 10.56 3.25 -
YUV 65.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 184 9 43 0 0.95 0.77 0.28 348.34 0.91 0.38
Hex B8 9 2B 0 5F 4D 1C 15C 5B 26
Octal 270 11 53 0 137 115 34 534 133 46
Binary 10111000 1001 101011 0 1011111 1001101 11100 101011100 1011011 100110

Color Harmonies of #B8092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8092B

Black with #B8092B

Text Example


Text Example

White with #B8092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8092B; }

 p { color: rgb(184,9,43); }

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

background-color css

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

 a { background-color: rgb(184,9,43); }

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

border-color css

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

 span { border-color: rgb(184,9,43); }

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