Html Css Color HEX #B80A3A Cardinal

📋 copy color: '#B80A3A'

red 184 ◦ green 10 ◦ blue 58

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

Shades of Cardinal #B80A3A

Tints of Cardinal #B80A3A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

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

R = 73.02%
G = 3.97%
B = 23.02%

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

#B80A3A (or 0xB80A3A) is known color: Cardinal. HEX triplet: B8, 0A and 3A. RGB value is (184,10,58). Sum of RGB (Red+Green+Blue) = 184+10+58=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A3A is #47F5C5. Grayscale: #434343. Windows color (decimal): -4715974 or 3803832. OLE color: 3803832.

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

Color convert

RGB 184 10 58 -
CMYK 0 0.95 0.68 0.28
HSL 343.45º 0.9% 0.38% -
HSV(B) 343.45º 0.95% 0.72% -
XYZ 20.64 10.71 4.98 -
YUV 67.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 184 10 58 0 0.95 0.68 0.28 343.45 0.9 0.38
Hex B8 A 3A 0 5F 44 1C 157 5A 26
Octal 270 12 72 0 137 104 34 527 132 46
Binary 10111000 1010 111010 0 1011111 1000100 11100 101010111 1011010 100110

Color Harmonies of #B80A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A3A

Black with #B80A3A

Text Example


Text Example

White with #B80A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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