Html Css Color HEX #B4082E Cardinal

📋 copy color: '#B4082E'

red 180 ◦ green 8 ◦ blue 46

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

Shades of Cardinal #B4082E

Tints of Cardinal #B4082E

RGB

 RED value IS 180 (70.7% from 255) = 76.92%

 GREEN value IS 8 (3.52% from 255) = 3.42%

 BLUE value IS 46 (18.36% from 255) = 19.66%

R = 76.92%
G = 3.42%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4082E (or 0xB4082E) is known color: Cardinal. HEX triplet: B4, 08 and 2E. RGB value is (180,8,46). Sum of RGB (Red+Green+Blue) = 180+8+46=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B4082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4082E is #4BF7D1. Grayscale: #3F3F3F. Windows color (decimal): -4978642 or 3016884. OLE color: 3016884.

HSL color Cylindrical-coordinate representation of color #B4082E: hue angle of 346.74º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4082E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 8 46 -
CMYK 0 0.96 0.74 0.29
HSL 346.74º 0.91% 0.37% -
HSV(B) 346.74º 0.96% 0.71% -
XYZ 19.4 10.07 3.51 -
YUV 63.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 180 8 46 0 0.96 0.74 0.29 346.74 0.91 0.37
Hex B4 8 2E 0 60 4A 1D 15B 5B 25
Octal 264 10 56 0 140 112 35 533 133 45
Binary 10110100 1000 101110 0 1100000 1001010 11101 101011011 1011011 100101

Color Harmonies of #B4082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4082E

Black with #B4082E

Text Example


Text Example

White with #B4082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4082E; }

 p { color: rgb(180,8,46); }

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

background-color css

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

 a { background-color: rgb(180,8,46); }

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

border-color css

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

 span { border-color: rgb(180,8,46); }

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