Html Css Color HEX #B0263E Cardinal

📋 copy color: '#B0263E'

red 176 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #B0263E

Tints of Cardinal #B0263E

RGB

 RED value IS 176 (69.14% from 255) = 63.77%

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

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

R = 63.77%
G = 13.77%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0263E (or 0xB0263E) is known color: Cardinal. HEX triplet: B0, 26 and 3E. RGB value is (176,38,62). Sum of RGB (Red+Green+Blue) = 176+38+62=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0263E is #4FD9C1. Grayscale: #525252. Windows color (decimal): -5233090 or 4073136. OLE color: 4073136.

HSL color Cylindrical-coordinate representation of color #B0263E: hue angle of 349.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0263E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 62 -
CMYK 0 0.78 0.65 0.31
HSL 349.57º 0.64% 0.42% -
HSV(B) 349.57º 0.78% 0.69% -
XYZ 19.47 10.96 5.65 -
YUV 82 116.72 195.05 -
System Red Green Blue C M Y K H S L
Decimal 176 38 62 0 0.78 0.65 0.31 349.57 0.64 0.42
Hex B0 26 3E 0 4E 41 1F 15E 40 2A
Octal 260 46 76 0 116 101 37 536 100 52
Binary 10110000 100110 111110 0 1001110 1000001 11111 101011110 1000000 101010

Color Harmonies of #B0263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0263E

Black with #B0263E

Text Example


Text Example

White with #B0263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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