Html Css Color HEX #B7262A Cardinal

📋 copy color: '#B7262A'

red 183 ◦ green 38 ◦ blue 42

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

Shades of Cardinal #B7262A

Tints of Cardinal #B7262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 69.58%
G = 14.45%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7262A (or 0xB7262A) is known color: Cardinal. HEX triplet: B7, 26 and 2A. RGB value is (183,38,42). Sum of RGB (Red+Green+Blue) = 183+38+42=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7262A is #48D9D5. Grayscale: #515151. Windows color (decimal): -4774358 or 2762423. OLE color: 2762423.

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

Color convert

RGB 183 38 42 -
CMYK 0 0.79 0.77 0.28
HSL 358.34º 0.66% 0.43% -
HSV(B) 358.34º 0.79% 0.72% -
XYZ 20.64 11.62 3.35 -
YUV 81.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 183 38 42 0 0.79 0.77 0.28 358.34 0.66 0.43
Hex B7 26 2A 0 4F 4D 1C 166 42 2B
Octal 267 46 52 0 117 115 34 546 102 53
Binary 10110111 100110 101010 0 1001111 1001101 11100 101100110 1000010 101011

Color Harmonies of #B7262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7262A

Black with #B7262A

Text Example


Text Example

White with #B7262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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