Html Css Color HEX #B7263E Cardinal

📋 copy color: '#B7263E'

red 183 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #B7263E

Tints of Cardinal #B7263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 64.66%
G = 13.43%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7263E (or 0xB7263E) is known color: Cardinal. HEX triplet: B7, 26 and 3E. RGB value is (183,38,62). Sum of RGB (Red+Green+Blue) = 183+38+62=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7263E is #48D9C1. Grayscale: #545454. Windows color (decimal): -4774338 or 4073143. OLE color: 4073143.

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

Color convert

RGB 183 38 62 -
CMYK 0 0.79 0.66 0.28
HSL 350.07º 0.66% 0.43% -
HSV(B) 350.07º 0.79% 0.72% -
XYZ 21.09 11.8 5.72 -
YUV 84.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 183 38 62 0 0.79 0.66 0.28 350.07 0.66 0.43
Hex B7 26 3E 0 4F 42 1C 15E 42 2B
Octal 267 46 76 0 117 102 34 536 102 53
Binary 10110111 100110 111110 0 1001111 1000010 11100 101011110 1000010 101011

Color Harmonies of #B7263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7263E

Black with #B7263E

Text Example


Text Example

White with #B7263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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