Html Css Color HEX #BF1A2E Cardinal

📋 copy color: '#BF1A2E'

red 191 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #BF1A2E

Tints of Cardinal #BF1A2E

RGB

 RED value IS 191 (75% from 255) = 72.62%

 GREEN value IS 26 (10.55% from 255) = 9.89%

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 72.62%
G = 9.89%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF1A2E (or 0xBF1A2E) is known color: Cardinal. HEX triplet: BF, 1A and 2E. RGB value is (191,26,46). Sum of RGB (Red+Green+Blue) = 191+26+46=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1A2E is #40E5D1. Grayscale: #4D4D4D. Windows color (decimal): -4253138 or 3021503. OLE color: 3021503.

HSL color Cylindrical-coordinate representation of color #BF1A2E: hue angle of 352.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A2E is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 26 46 -
CMYK 0 0.86 0.76 0.25
HSL 352.73º 0.76% 0.43% -
HSV(B) 352.73º 0.86% 0.75% -
XYZ 22.35 12.01 3.73 -
YUV 77.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 191 26 46 0 0.86 0.76 0.25 352.73 0.76 0.43
Hex BF 1A 2E 0 56 4C 19 161 4C 2B
Octal 277 32 56 0 126 114 31 541 114 53
Binary 10111111 11010 101110 0 1010110 1001100 11001 101100001 1001100 101011

Color Harmonies of #BF1A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1A2E

Black with #BF1A2E

Text Example


Text Example

White with #BF1A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1A2E; }

 p { color: rgb(191,26,46); }

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

background-color css

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

 a { background-color: rgb(191,26,46); }

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

border-color css

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

 span { border-color: rgb(191,26,46); }

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