Html Css Color HEX #B6073E Cardinal

📋 copy color: '#B6073E'

red 182 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #B6073E

Tints of Cardinal #B6073E

RGB

 RED value IS 182 (71.48% from 255) = 72.51%

 GREEN value IS 7 (3.13% from 255) = 2.79%

 BLUE value IS 62 (24.61% from 255) = 24.7%

R = 72.51%
G = 2.79%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6073E (or 0xB6073E) is known color: Cardinal. HEX triplet: B6, 07 and 3E. RGB value is (182,7,62). Sum of RGB (Red+Green+Blue) = 182+7+62=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B6073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6073E is #49F8C1. Grayscale: #414141. Windows color (decimal): -4847810 or 4065206. OLE color: 4065206.

HSL color Cylindrical-coordinate representation of color #B6073E: hue angle of 341.14º degrees, saturation: 0.93, 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 #B6073E is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 62 -
CMYK 0 0.96 0.66 0.29
HSL 341.14º 0.93% 0.37% -
HSV(B) 341.14º 0.96% 0.71% -
XYZ 20.24 10.44 5.51 -
YUV 65.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 182 7 62 0 0.96 0.66 0.29 341.14 0.93 0.37
Hex B6 7 3E 0 60 42 1D 155 5D 25
Octal 266 7 76 0 140 102 35 525 135 45
Binary 10110110 111 111110 0 1100000 1000010 11101 101010101 1011101 100101

Color Harmonies of #B6073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6073E

Black with #B6073E

Text Example


Text Example

White with #B6073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6073E; }

 p { color: rgb(182,7,62); }

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

background-color css

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

 a { background-color: rgb(182,7,62); }

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

border-color css

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

 span { border-color: rgb(182,7,62); }

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