Html Css Color HEX #BA262B Cardinal

📋 copy color: '#BA262B'

red 186 ◦ green 38 ◦ blue 43

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

Shades of Cardinal #BA262B

Tints of Cardinal #BA262B

RGB

 RED value IS 186 (73.05% from 255) = 69.66%

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 69.66%
G = 14.23%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA262B (or 0xBA262B) is known color: Cardinal. HEX triplet: BA, 26 and 2B. RGB value is (186,38,43). Sum of RGB (Red+Green+Blue) = 186+38+43=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA262B is #45D9D4. Grayscale: #525252. Windows color (decimal): -4577749 or 2827962. OLE color: 2827962.

HSL color Cylindrical-coordinate representation of color #BA262B: hue angle of 357.97º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA262B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 43 -
CMYK 0 0.80 0.77 0.27
HSL 357.97º 0.66% 0.44% -
HSV(B) 357.97º 0.8% 0.73% -
XYZ 21.38 12 3.47 -
YUV 82.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 186 38 43 0 0.80 0.77 0.27 357.97 0.66 0.44
Hex BA 26 2B 0 50 4D 1B 166 42 2C
Octal 272 46 53 0 120 115 33 546 102 54
Binary 10111010 100110 101011 0 1010000 1001101 11011 101100110 1000010 101100

Color Harmonies of #BA262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA262B

Black with #BA262B

Text Example


Text Example

White with #BA262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA262B; }

 p { color: rgb(186,38,43); }

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

background-color css

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

 a { background-color: rgb(186,38,43); }

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

border-color css

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

 span { border-color: rgb(186,38,43); }

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