Html Css Color HEX #B7093E Cardinal

📋 copy color: '#B7093E'

red 183 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #B7093E

Tints of Cardinal #B7093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 72.05%
G = 3.54%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7093E (or 0xB7093E) is known color: Cardinal. HEX triplet: B7, 09 and 3E. RGB value is (183,9,62). Sum of RGB (Red+Green+Blue) = 183+9+62=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B7093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7093E is #48F6C1. Grayscale: #434343. Windows color (decimal): -4781762 or 4065719. OLE color: 4065719.

HSL color Cylindrical-coordinate representation of color #B7093E: hue angle of 341.72º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7093E is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 9 62 -
CMYK 0 0.95 0.66 0.28
HSL 341.72º 0.91% 0.38% -
HSV(B) 341.72º 0.95% 0.72% -
XYZ 20.5 10.61 5.53 -
YUV 67.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 183 9 62 0 0.95 0.66 0.28 341.72 0.91 0.38
Hex B7 9 3E 0 5F 42 1C 156 5B 26
Octal 267 11 76 0 137 102 34 526 133 46
Binary 10110111 1001 111110 0 1011111 1000010 11100 101010110 1011011 100110

Color Harmonies of #B7093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7093E

Black with #B7093E

Text Example


Text Example

White with #B7093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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