Html Css Color HEX #B80534 Cardinal

📋 copy color: '#B80534'

red 184 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #B80534

Tints of Cardinal #B80534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 76.35%
G = 2.07%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B80534 (or 0xB80534) is known color: Cardinal. HEX triplet: B8, 05 and 34. RGB value is (184,5,52). Sum of RGB (Red+Green+Blue) = 184+5+52=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B80534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80534 is #47FACB. Grayscale: #3F3F3F. Windows color (decimal): -4717260 or 3409336. OLE color: 3409336.

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

Color convert

RGB 184 5 52 -
CMYK 0 0.97 0.72 0.28
HSL 344.25º 0.95% 0.37% -
HSV(B) 344.25º 0.97% 0.72% -
XYZ 20.44 10.55 4.21 -
YUV 63.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 184 5 52 0 0.97 0.72 0.28 344.25 0.95 0.37
Hex B8 5 34 0 61 48 1C 158 5F 25
Octal 270 5 64 0 141 110 34 530 137 45
Binary 10111000 101 110100 0 1100001 1001000 11100 101011000 1011111 100101

Color Harmonies of #B80534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80534

Black with #B80534

Text Example


Text Example

White with #B80534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80534; }

 p { color: rgb(184,5,52); }

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

background-color css

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

 a { background-color: rgb(184,5,52); }

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

border-color css

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

 span { border-color: rgb(184,5,52); }

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