Html Css Color HEX #BF052E Cardinal

📋 copy color: '#BF052E'

red 191 ◦ green 5 ◦ blue 46

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

Shades of Cardinal #BF052E

Tints of Cardinal #BF052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 78.93%
G = 2.07%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF052E (or 0xBF052E) is known color: Cardinal. HEX triplet: BF, 05 and 2E. RGB value is (191,5,46). Sum of RGB (Red+Green+Blue) = 191+5+46=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF052E is #40FAD1. Grayscale: #414141. Windows color (decimal): -4258514 or 3016127. OLE color: 3016127.

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

Color convert

RGB 191 5 46 -
CMYK 0 0.97 0.76 0.25
HSL 346.77º 0.95% 0.38% -
HSV(B) 346.77º 0.97% 0.75% -
XYZ 22.03 11.38 3.62 -
YUV 65.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 191 5 46 0 0.97 0.76 0.25 346.77 0.95 0.38
Hex BF 5 2E 0 61 4C 19 15B 5F 26
Octal 277 5 56 0 141 114 31 533 137 46
Binary 10111111 101 101110 0 1100001 1001100 11001 101011011 1011111 100110

Color Harmonies of #BF052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF052E

Black with #BF052E

Text Example


Text Example

White with #BF052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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