Html Css Color HEX #B2082E Cardinal

📋 copy color: '#B2082E'

red 178 ◦ green 8 ◦ blue 46

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

Shades of Cardinal #B2082E

Tints of Cardinal #B2082E

RGB

 RED value IS 178 (69.92% from 255) = 76.72%

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

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

R = 76.72%
G = 3.45%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2082E (or 0xB2082E) is known color: Cardinal. HEX triplet: B2, 08 and 2E. RGB value is (178,8,46). Sum of RGB (Red+Green+Blue) = 178+8+46=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B2082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2082E is #4DF7D1. Grayscale: #3F3F3F. Windows color (decimal): -5109714 or 3016882. OLE color: 3016882.

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

Color convert

RGB 178 8 46 -
CMYK 0 0.96 0.74 0.30
HSL 346.59º 0.91% 0.36% -
HSV(B) 346.59º 0.96% 0.7% -
XYZ 18.94 9.84 3.49 -
YUV 63.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 178 8 46 0 0.96 0.74 0.30 346.59 0.91 0.36
Hex B2 8 2E 0 60 4A 1E 15B 5B 24
Octal 262 10 56 0 140 112 36 533 133 44
Binary 10110010 1000 101110 0 1100000 1001010 11110 101011011 1011011 100100

Color Harmonies of #B2082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2082E

Black with #B2082E

Text Example


Text Example

White with #B2082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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