Html Css Color HEX #B8093A Cardinal

📋 copy color: '#B8093A'

red 184 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #B8093A

Tints of Cardinal #B8093A

RGB

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

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

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

R = 73.31%
G = 3.59%
B = 23.11%

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

#B8093A (or 0xB8093A) is known color: Cardinal. HEX triplet: B8, 09 and 3A. RGB value is (184,9,58). Sum of RGB (Red+Green+Blue) = 184+9+58=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8093A is #47F6C5. Grayscale: #424242. Windows color (decimal): -4716230 or 3803576. OLE color: 3803576.

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

Color convert

RGB 184 9 58 -
CMYK 0 0.95 0.68 0.28
HSL 343.2º 0.91% 0.38% -
HSV(B) 343.2º 0.95% 0.72% -
XYZ 20.63 10.69 4.98 -
YUV 66.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 184 9 58 0 0.95 0.68 0.28 343.2 0.91 0.38
Hex B8 9 3A 0 5F 44 1C 157 5B 26
Octal 270 11 72 0 137 104 34 527 133 46
Binary 10111000 1001 111010 0 1011111 1000100 11100 101010111 1011011 100110

Color Harmonies of #B8093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8093A

Black with #B8093A

Text Example


Text Example

White with #B8093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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