Html Css Color HEX #B7082C Cardinal

📋 copy color: '#B7082C'

red 183 ◦ green 8 ◦ blue 44

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

Shades of Cardinal #B7082C

Tints of Cardinal #B7082C

RGB

 RED value IS 183 (71.88% from 255) = 77.87%

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

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 77.87%
G = 3.4%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7082C (or 0xB7082C) is known color: Cardinal. HEX triplet: B7, 08 and 2C. RGB value is (183,8,44). Sum of RGB (Red+Green+Blue) = 183+8+44=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B7082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7082C is #48F7D3. Grayscale: #404040. Windows color (decimal): -4782036 or 2885815. OLE color: 2885815.

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

Color convert

RGB 183 8 44 -
CMYK 0 0.96 0.76 0.28
HSL 347.66º 0.92% 0.37% -
HSV(B) 347.66º 0.96% 0.72% -
XYZ 20.07 10.42 3.34 -
YUV 64.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 183 8 44 0 0.96 0.76 0.28 347.66 0.92 0.37
Hex B7 8 2C 0 60 4C 1C 15C 5C 25
Octal 267 10 54 0 140 114 34 534 134 45
Binary 10110111 1000 101100 0 1100000 1001100 11100 101011100 1011100 100101

Color Harmonies of #B7082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7082C

Black with #B7082C

Text Example


Text Example

White with #B7082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7082C; }

 p { color: rgb(183,8,44); }

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

background-color css

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

 a { background-color: rgb(183,8,44); }

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

border-color css

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

 span { border-color: rgb(183,8,44); }

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