Html Css Color HEX #B8093B Cardinal

📋 copy color: '#B8093B'

red 184 ◦ green 9 ◦ blue 59

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

Shades of Cardinal #B8093B

Tints of Cardinal #B8093B

RGB

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

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

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

R = 73.02%
G = 3.57%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8093B (or 0xB8093B) is known color: Cardinal. HEX triplet: B8, 09 and 3B. RGB value is (184,9,59). Sum of RGB (Red+Green+Blue) = 184+9+59=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8093B is #47F6C4. Grayscale: #434343. Windows color (decimal): -4716229 or 3869112. OLE color: 3869112.

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

Color convert

RGB 184 9 59 -
CMYK 0 0.95 0.68 0.28
HSL 342.86º 0.91% 0.38% -
HSV(B) 342.86º 0.95% 0.72% -
XYZ 20.65 10.7 5.11 -
YUV 67.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 184 9 59 0 0.95 0.68 0.28 342.86 0.91 0.38
Hex B8 9 3B 0 5F 44 1C 157 5B 26
Octal 270 11 73 0 137 104 34 527 133 46
Binary 10111000 1001 111011 0 1011111 1000100 11100 101010111 1011011 100110

Color Harmonies of #B8093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8093B

Black with #B8093B

Text Example


Text Example

White with #B8093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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