Html Css Color HEX #B7073E Cardinal

📋 copy color: '#B7073E'

red 183 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #B7073E

Tints of Cardinal #B7073E

RGB

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

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

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

R = 72.62%
G = 2.78%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7073E (or 0xB7073E) is known color: Cardinal. HEX triplet: B7, 07 and 3E. RGB value is (183,7,62). Sum of RGB (Red+Green+Blue) = 183+7+62=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7073E is #48F8C1. Grayscale: #414141. Windows color (decimal): -4782274 or 4065207. OLE color: 4065207.

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

Color convert

RGB 183 7 62 -
CMYK 0 0.96 0.66 0.28
HSL 341.25º 0.93% 0.37% -
HSV(B) 341.25º 0.96% 0.72% -
XYZ 20.47 10.57 5.52 -
YUV 65.89 125.81 211.53 -
System Red Green Blue C M Y K H S L
Decimal 183 7 62 0 0.96 0.66 0.28 341.25 0.93 0.37
Hex B7 7 3E 0 60 42 1C 155 5D 25
Octal 267 7 76 0 140 102 34 525 135 45
Binary 10110111 111 111110 0 1100000 1000010 11100 101010101 1011101 100101

Color Harmonies of #B7073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7073E

Black with #B7073E

Text Example


Text Example

White with #B7073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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