Html Css Color HEX #B7263B Cardinal

📋 copy color: '#B7263B'

red 183 ◦ green 38 ◦ blue 59

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

Shades of Cardinal #B7263B

Tints of Cardinal #B7263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 65.36%
G = 13.57%
B = 21.07%

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

#B7263B (or 0xB7263B) is known color: Cardinal. HEX triplet: B7, 26 and 3B. RGB value is (183,38,59). Sum of RGB (Red+Green+Blue) = 183+38+59=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7263B is #48D9C4. Grayscale: #535353. Windows color (decimal): -4774341 or 3876535. OLE color: 3876535.

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

Color convert

RGB 183 38 59 -
CMYK 0 0.79 0.68 0.28
HSL 351.31º 0.66% 0.43% -
HSV(B) 351.31º 0.79% 0.72% -
XYZ 21.01 11.77 5.3 -
YUV 83.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 183 38 59 0 0.79 0.68 0.28 351.31 0.66 0.43
Hex B7 26 3B 0 4F 44 1C 15F 42 2B
Octal 267 46 73 0 117 104 34 537 102 53
Binary 10110111 100110 111011 0 1001111 1000100 11100 101011111 1000010 101011

Color Harmonies of #B7263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7263B

Black with #B7263B

Text Example


Text Example

White with #B7263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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