Html Css Color HEX #BF232F Cardinal

📋 copy color: '#BF232F'

red 191 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #BF232F

Tints of Cardinal #BF232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 69.96%
G = 12.82%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF232F (or 0xBF232F) is known color: Cardinal. HEX triplet: BF, 23 and 2F. RGB value is (191,35,47). Sum of RGB (Red+Green+Blue) = 191+35+47=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF232F is #40DCD0. Grayscale: #535353. Windows color (decimal): -4250833 or 3089343. OLE color: 3089343.

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

Color convert

RGB 191 35 47 -
CMYK 0 0.82 0.75 0.25
HSL 355.38º 0.69% 0.44% -
HSV(B) 355.38º 0.82% 0.75% -
XYZ 22.6 12.48 3.91 -
YUV 83.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 191 35 47 0 0.82 0.75 0.25 355.38 0.69 0.44
Hex BF 23 2F 0 52 4B 19 163 45 2C
Octal 277 43 57 0 122 113 31 543 105 54
Binary 10111111 100011 101111 0 1010010 1001011 11001 101100011 1000101 101100

Color Harmonies of #BF232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF232F

Black with #BF232F

Text Example


Text Example

White with #BF232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF232F; }

 p { color: rgb(191,35,47); }

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

background-color css

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

 a { background-color: rgb(191,35,47); }

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

border-color css

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

 span { border-color: rgb(191,35,47); }

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