Html Css Color HEX #B7263A Cardinal

📋 copy color: '#B7263A'

red 183 ◦ green 38 ◦ blue 58

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

Shades of Cardinal #B7263A

Tints of Cardinal #B7263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 65.59%
G = 13.62%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7263A (or 0xB7263A) is known color: Cardinal. HEX triplet: B7, 26 and 3A. RGB value is (183,38,58). Sum of RGB (Red+Green+Blue) = 183+38+58=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7263A is #48D9C5. Grayscale: #535353. Windows color (decimal): -4774342 or 3810999. OLE color: 3810999.

HSL color Cylindrical-coordinate representation of color #B7263A: hue angle of 351.72º 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 #B7263A is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 58 -
CMYK 0 0.79 0.68 0.28
HSL 351.72º 0.66% 0.43% -
HSV(B) 351.72º 0.79% 0.72% -
XYZ 20.99 11.76 5.17 -
YUV 83.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 183 38 58 0 0.79 0.68 0.28 351.72 0.66 0.43
Hex B7 26 3A 0 4F 44 1C 160 42 2B
Octal 267 46 72 0 117 104 34 540 102 53
Binary 10110111 100110 111010 0 1001111 1000100 11100 101100000 1000010 101011

Color Harmonies of #B7263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7263A

Black with #B7263A

Text Example


Text Example

White with #B7263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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